Html Css Color HEX #858A04 Olive

📋 copy color: '#858A04'

red 133 ◦ green 138 ◦ blue 4

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

Shades of Olive #858A04

Tints of Olive #858A04

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.18%

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

R = 48.36%
G = 50.18%
B = 1.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#858A04 (or 0x858A04) is known color: Olive. HEX triplet: 85, 8A and 04. RGB value is (133,138,4). Sum of RGB (Red+Green+Blue) = 133+138+4=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 138 (54.30% from 255 or 50.18% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 138 - color contains mainly: green. Hex color #858A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A04 is #7A75FB. Grayscale: #797979. Windows color (decimal): -8025596 or 297605. OLE color: 297605.

HSL color Cylindrical-coordinate representation of color #858A04: hue angle of 62.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #858A04 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 138 4 -
CMYK 0.04 0 0.97 0.46
HSL 62.24º 0.94% 0.28% -
HSV(B) 62.24º 0.97% 0.54% -
XYZ 18.78 23.17 3.6 -
YUV 121.23 61.84 136.4 -
System Red Green Blue C M Y K H S L
Decimal 133 138 4 0.04 0 0.97 0.46 62.24 0.94 0.28
Hex 85 8A 4 4 0 61 2E 3E 5E 1C
Octal 205 212 4 4 0 141 56 76 136 34
Binary 10000101 10001010 100 100 0 1100001 101110 111110 1011110 11100

Color Harmonies of #858A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858A04

Black with #858A04

Text Example


Text Example

White with #858A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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