Html Css Color HEX #858802 Olive

📋 copy color: '#858802'

red 133 ◦ green 136 ◦ blue 2

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

Shades of Olive #858802

Tints of Olive #858802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 49.08%
G = 50.18%
B = 0.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#858802 (or 0x858802) is known color: Olive. HEX triplet: 85, 88 and 02. RGB value is (133,136,2). Sum of RGB (Red+Green+Blue) = 133+136+2=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #858802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858802 is #7A77FD. Grayscale: #787878. Windows color (decimal): -8026110 or 166021. OLE color: 166021.

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

Color convert

RGB 133 136 2 -
CMYK 0.02 0 0.99 0.47
HSL 61.34º 0.97% 0.27% -
HSV(B) 61.34º 0.99% 0.53% -
XYZ 18.49 22.6 3.45 -
YUV 119.83 61.51 137.4 -
System Red Green Blue C M Y K H S L
Decimal 133 136 2 0.02 0 0.99 0.47 61.34 0.97 0.27
Hex 85 88 2 2 0 63 2F 3D 61 1B
Octal 205 210 2 2 0 143 57 75 141 33
Binary 10000101 10001000 10 10 0 1100011 101111 111101 1100001 11011

Color Harmonies of #858802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858802

Black with #858802

Text Example


Text Example

White with #858802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858802; }

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

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

background-color css

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

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

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

border-color css

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

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

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