Html Css Color HEX #858804 Olive

📋 copy color: '#858804'

red 133 ◦ green 136 ◦ blue 4

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

Shades of Olive #858804

Tints of Olive #858804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.82%

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

R = 48.72%
G = 49.82%
B = 1.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#858804 (or 0x858804) is known color: Olive. HEX triplet: 85, 88 and 04. RGB value is (133,136,4). Sum of RGB (Red+Green+Blue) = 133+136+4=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 136 (53.52% from 255 or 49.82% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 136 - color contains mainly: green. Hex color #858804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858804 is #7A77FB. Grayscale: #787878. Windows color (decimal): -8026108 or 297093. OLE color: 297093.

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

Color convert

RGB 133 136 4 -
CMYK 0.02 0 0.97 0.47
HSL 61.36º 0.94% 0.27% -
HSV(B) 61.36º 0.97% 0.53% -
XYZ 18.5 22.6 3.5 -
YUV 120.06 62.51 137.23 -
System Red Green Blue C M Y K H S L
Decimal 133 136 4 0.02 0 0.97 0.47 61.36 0.94 0.27
Hex 85 88 4 2 0 61 2F 3D 5E 1B
Octal 205 210 4 2 0 141 57 75 136 33
Binary 10000101 10001000 100 10 0 1100001 101111 111101 1011110 11011

Color Harmonies of #858804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858804

Black with #858804

Text Example


Text Example

White with #858804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858804; }

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

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

background-color css

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

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

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

border-color css

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

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

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