Html Css Color HEX #858004 Olive

📋 copy color: '#858004'

red 133 ◦ green 128 ◦ blue 4

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

Shades of Olive #858004

Tints of Olive #858004

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

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

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

R = 50.19%
G = 48.3%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#858004 (or 0x858004) is known color: Olive. HEX triplet: 85, 80 and 04. RGB value is (133,128,4). Sum of RGB (Red+Green+Blue) = 133+128+4=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #858004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858004 is #7A7FFB. Grayscale: #737373. Windows color (decimal): -8028156 or 295045. OLE color: 295045.

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

Color convert

RGB 133 128 4 -
CMYK 0 0.04 0.97 0.48
HSL 57.67º 0.94% 0.27% -
HSV(B) 57.67º 0.97% 0.52% -
XYZ 17.41 20.43 3.14 -
YUV 115.36 65.16 140.58 -
System Red Green Blue C M Y K H S L
Decimal 133 128 4 0 0.04 0.97 0.48 57.67 0.94 0.27
Hex 85 80 4 0 4 61 30 3A 5E 1B
Octal 205 200 4 0 4 141 60 72 136 33
Binary 10000101 10000000 100 0 100 1100001 110000 111010 1011110 11011

Color Harmonies of #858004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858004

Black with #858004

Text Example


Text Example

White with #858004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858004; }

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

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

background-color css

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

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

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

border-color css

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

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

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