Html Css Color HEX #868004 Olive

📋 copy color: '#868004'

red 134 ◦ green 128 ◦ blue 4

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

Shades of Olive #868004

Tints of Olive #868004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.12%

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

R = 50.38%
G = 48.12%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#868004 (or 0x868004) is known color: Olive. HEX triplet: 86, 80 and 04. RGB value is (134,128,4). Sum of RGB (Red+Green+Blue) = 134+128+4=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #868004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868004 is #797FFB. Grayscale: #747474. Windows color (decimal): -7962620 or 295046. OLE color: 295046.

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

Color convert

RGB 134 128 4 -
CMYK 0 0.04 0.97 0.47
HSL 57.23º 0.94% 0.27% -
HSV(B) 57.23º 0.97% 0.53% -
XYZ 17.57 20.52 3.15 -
YUV 115.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 134 128 4 0 0.04 0.97 0.47 57.23 0.94 0.27
Hex 86 80 4 0 4 61 2F 39 5E 1B
Octal 206 200 4 0 4 141 57 71 136 33
Binary 10000110 10000000 100 0 100 1100001 101111 111001 1011110 11011

Color Harmonies of #868004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868004

Black with #868004

Text Example


Text Example

White with #868004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868004; }

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

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

background-color css

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

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

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

border-color css

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

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

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