Html Css Color HEX #867909 Olive

📋 copy color: '#867909'

red 134 ◦ green 121 ◦ blue 9

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

Shades of Olive #867909

Tints of Olive #867909

RGB

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

 GREEN value IS 121 (47.66% from 255) = 45.83%

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

R = 50.76%
G = 45.83%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#867909 (or 0x867909) is known color: Olive. HEX triplet: 86, 79 and 09. RGB value is (134,121,9). Sum of RGB (Red+Green+Blue) = 134+121+9=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #867909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867909 is #7986F6. Grayscale: #707070. Windows color (decimal): -7964407 or 620934. OLE color: 620934.

HSL color Cylindrical-coordinate representation of color #867909: hue angle of 53.76º 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 #867909 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 121 9 -
CMYK 0 0.10 0.93 0.47
HSL 53.76º 0.87% 0.28% -
HSV(B) 53.76º 0.93% 0.53% -
XYZ 16.72 18.76 3 -
YUV 112.12 69.81 143.61 -
System Red Green Blue C M Y K H S L
Decimal 134 121 9 0 0.10 0.93 0.47 53.76 0.87 0.28
Hex 86 79 9 0 A 5D 2F 36 57 1C
Octal 206 171 11 0 12 135 57 66 127 34
Binary 10000110 1111001 1001 0 1010 1011101 101111 110110 1010111 11100

Color Harmonies of #867909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867909

Black with #867909

Text Example


Text Example

White with #867909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867909; }

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

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

background-color css

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

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

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

border-color css

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

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

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