Html Css Color HEX #867508 Olive

📋 copy color: '#867508'

red 134 ◦ green 117 ◦ blue 8

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

Shades of Olive #867508

Tints of Olive #867508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 51.74%
G = 45.17%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#867508 (or 0x867508) is known color: Olive. HEX triplet: 86, 75 and 08. RGB value is (134,117,8). Sum of RGB (Red+Green+Blue) = 134+117+8=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #867508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867508 is #798AF7. Grayscale: #6E6E6E. Windows color (decimal): -7965432 or 554374. OLE color: 554374.

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

Color convert

RGB 134 117 8 -
CMYK 0 0.13 0.94 0.47
HSL 51.9º 0.89% 0.28% -
HSV(B) 51.9º 0.94% 0.53% -
XYZ 16.24 17.81 2.81 -
YUV 109.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 134 117 8 0 0.13 0.94 0.47 51.9 0.89 0.28
Hex 86 75 8 0 D 5E 2F 34 59 1C
Octal 206 165 10 0 15 136 57 64 131 34
Binary 10000110 1110101 1000 0 1101 1011110 101111 110100 1011001 11100

Color Harmonies of #867508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867508

Black with #867508

Text Example


Text Example

White with #867508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867508; }

 p { color: rgb(134,117,8); }

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

background-color css

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

 a { background-color: rgb(134,117,8); }

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

border-color css

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

 span { border-color: rgb(134,117,8); }

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