Html Css Color HEX #867606 Olive

📋 copy color: '#867606'

red 134 ◦ green 118 ◦ blue 6

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

Shades of Olive #867606

Tints of Olive #867606

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 51.94%
G = 45.74%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#867606 (or 0x867606) is known color: Olive. HEX triplet: 86, 76 and 06. RGB value is (134,118,6). Sum of RGB (Red+Green+Blue) = 134+118+6=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #867606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867606 is #7989F9. Grayscale: #6E6E6E. Windows color (decimal): -7965178 or 423558. OLE color: 423558.

HSL color Cylindrical-coordinate representation of color #867606: hue angle of 52.5º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #867606 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 118 6 -
CMYK 0 0.12 0.96 0.47
HSL 52.5º 0.91% 0.27% -
HSV(B) 52.5º 0.96% 0.53% -
XYZ 16.34 18.04 2.79 -
YUV 110.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 134 118 6 0 0.12 0.96 0.47 52.5 0.91 0.27
Hex 86 76 6 0 C 60 2F 34 5B 1B
Octal 206 166 6 0 14 140 57 64 133 33
Binary 10000110 1110110 110 0 1100 1100000 101111 110100 1011011 11011

Color Harmonies of #867606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867606

Black with #867606

Text Example


Text Example

White with #867606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867606; }

 p { color: rgb(134,118,6); }

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

background-color css

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

 a { background-color: rgb(134,118,6); }

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

border-color css

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

 span { border-color: rgb(134,118,6); }

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