Html Css Color HEX #867209 Olive

📋 copy color: '#867209'

red 134 ◦ green 114 ◦ blue 9

#867209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #867209

Tints of Olive #867209

RGB

 RED value IS 134 (52.73% from 255) = 52.14%

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 52.14%
G = 44.36%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#867209 (or 0x867209) is known color: Olive. HEX triplet: 86, 72 and 09. RGB value is (134,114,9). Sum of RGB (Red+Green+Blue) = 134+114+9=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #867209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867209 is #798DF6. Grayscale: #6C6C6C. Windows color (decimal): -7966199 or 619142. OLE color: 619142.

HSL color Cylindrical-coordinate representation of color #867209: hue angle of 50.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #867209 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 114 9 -
CMYK 0 0.15 0.93 0.47
HSL 50.4º 0.87% 0.28% -
HSV(B) 50.4º 0.93% 0.53% -
XYZ 15.9 17.12 2.73 -
YUV 108.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 134 114 9 0 0.15 0.93 0.47 50.4 0.87 0.28
Hex 86 72 9 0 F 5D 2F 32 57 1C
Octal 206 162 11 0 17 135 57 62 127 34
Binary 10000110 1110010 1001 0 1111 1011101 101111 110010 1010111 11100

Color Harmonies of #867209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867209

Black with #867209

Text Example


Text Example

White with #867209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867209; }

 p { color: rgb(134,114,9); }

 H1.HeaderClassName
 {
   color: #867209;
 }
 .AnyTagClassName
 {
   color: #867209;
 }
</style>

background-color css

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

 a { background-color: rgb(134,114,9); }

 div.DivClassName
 {
   background-color: #867209;
 }
 .BgClassName
 {
   background-color: #867209;
 }
</style>

border-color css

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

 span { border-color: rgb(134,114,9); }

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