Html Css Color HEX #867004 Olive

📋 copy color: '#867004'

red 134 ◦ green 112 ◦ blue 4

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

Shades of Olive #867004

Tints of Olive #867004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 53.6%
G = 44.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#867004 (or 0x867004) is known color: Olive. HEX triplet: 86, 70 and 04. RGB value is (134,112,4). Sum of RGB (Red+Green+Blue) = 134+112+4=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #867004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #867004 is #798FFB. Grayscale: #6A6A6A. Windows color (decimal): -7966716 or 290950. OLE color: 290950.

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

Color convert

RGB 134 112 4 -
CMYK 0 0.16 0.97 0.47
HSL 49.85º 0.94% 0.27% -
HSV(B) 49.85º 0.97% 0.53% -
XYZ 15.65 16.67 2.51 -
YUV 106.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 134 112 4 0 0.16 0.97 0.47 49.85 0.94 0.27
Hex 86 70 4 0 10 61 2F 32 5E 1B
Octal 206 160 4 0 20 141 57 62 136 33
Binary 10000110 1110000 100 0 10000 1100001 101111 110010 1011110 11011

Color Harmonies of #867004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867004

Black with #867004

Text Example


Text Example

White with #867004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867004; }

 p { color: rgb(134,112,4); }

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

background-color css

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

 a { background-color: rgb(134,112,4); }

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

border-color css

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

 span { border-color: rgb(134,112,4); }

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