Html Css Color HEX #868209 Olive

📋 copy color: '#868209'

red 134 ◦ green 130 ◦ blue 9

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

Shades of Olive #868209

Tints of Olive #868209

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.62%

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

R = 49.08%
G = 47.62%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#868209 (or 0x868209) is known color: Olive. HEX triplet: 86, 82 and 09. RGB value is (134,130,9). Sum of RGB (Red+Green+Blue) = 134+130+9=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #868209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868209 is #797DF6. Grayscale: #757575. Windows color (decimal): -7962103 or 623238. OLE color: 623238.

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

Color convert

RGB 134 130 9 -
CMYK 0 0.03 0.93 0.47
HSL 58.08º 0.87% 0.28% -
HSV(B) 58.08º 0.93% 0.53% -
XYZ 17.86 21.05 3.38 -
YUV 117.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 134 130 9 0 0.03 0.93 0.47 58.08 0.87 0.28
Hex 86 82 9 0 3 5D 2F 3A 57 1C
Octal 206 202 11 0 3 135 57 72 127 34
Binary 10000110 10000010 1001 0 11 1011101 101111 111010 1010111 11100

Color Harmonies of #868209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868209

Black with #868209

Text Example


Text Example

White with #868209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868209; }

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

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

background-color css

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

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

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

border-color css

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

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

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