Html Css Color HEX #858805 Olive

📋 copy color: '#858805'

red 133 ◦ green 136 ◦ blue 5

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

Shades of Olive #858805

Tints of Olive #858805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.82%

R = 48.54%
G = 49.64%
B = 1.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#858805 (or 0x858805) is known color: Olive. HEX triplet: 85, 88 and 05. RGB value is (133,136,5). Sum of RGB (Red+Green+Blue) = 133+136+5=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #858805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858805 is #7A77FA. Grayscale: #787878. Windows color (decimal): -8026107 or 362629. OLE color: 362629.

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

Color convert

RGB 133 136 5 -
CMYK 0.02 0 0.96 0.47
HSL 61.37º 0.93% 0.28% -
HSV(B) 61.37º 0.96% 0.53% -
XYZ 18.5 22.61 3.53 -
YUV 120.17 63.01 137.15 -
System Red Green Blue C M Y K H S L
Decimal 133 136 5 0.02 0 0.96 0.47 61.37 0.93 0.28
Hex 85 88 5 2 0 60 2F 3D 5D 1C
Octal 205 210 5 2 0 140 57 75 135 34
Binary 10000101 10001000 101 10 0 1100000 101111 111101 1011101 11100

Color Harmonies of #858805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858805

Black with #858805

Text Example


Text Example

White with #858805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858805; }

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

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

background-color css

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

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

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

border-color css

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

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

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