#827F0F

Color #827F0F Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #827F0F

Tints of Olive #827F0F

Color information

#827F0F (or 0x827F0F) is unknown color: approx Olive. HEX triplet: 82, 7F and 0F. RGB value is (130,127,15). Sum of RGB (Red+Green+Blue) = 130+127+15=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #827F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F0F is #7D80F0. Grayscale: #737373. Windows color (decimal): -8225009 or 1015682. OLE color: 1015682.

HSL color Cylindrical-coordinate representation of color #827F0F: hue angle of 58.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #827F0F is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB13012715-
CMYK00.020.880.49
HSL58.43º79.31%28.43%-
HSV(B)58.43º88.46%50.98%-
XYZ16.8819.963.41-
YUV115.1371.49138.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 127 (50% from 255) = 46.69%
BLUE value IS 15 (6.25% from 255) = 5.51%
R=47.79%
G=46.69%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301271500.020.880.4958.4379.3128.43
Hex827FF0258313a4f1c
Octal2021771702130617211734
Binary10000010111111111110101011000110001111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F0F; }

 p { color: rgb(130,127,15); }

 H1.HeaderClassName
 {
   color: #827F0F;
 }
 .AnyTagClassName
 {
   color: #827F0F;
 }
</style>
background-color css

<style>
 a { background-color: #827F0F; }

 a { background-color: rgb(130,127,15); }

 div.DivClassName
 {
   background-color: #827F0F;
 }
 .BgClassName
 {
   background-color: #827F0F;
 }
</style>
border-color css

<style>
 span { border-color: #827F0F; }

 span { border-color: rgb(130,127,15); }

 td.TdClassName
 {
   border-color: #827F0F;
 }
 .TagClassName
 {
   border-color: #827F0F;
 }
</style>