Html Css Color HEX #858801 Olive

📋 copy color: '#858801'

red 133 ◦ green 136 ◦ blue 1

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

Shades of Olive #858801

Tints of Olive #858801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 49.26%
G = 50.37%
B = 0.37%

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

#858801 (or 0x858801) is known color: Olive. HEX triplet: 85, 88 and 01. RGB value is (133,136,1). Sum of RGB (Red+Green+Blue) = 133+136+1=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #858801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858801 is #7A77FE. Grayscale: #787878. Windows color (decimal): -8026111 or 100485. OLE color: 100485.

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

Color convert

RGB 133 136 1 -
CMYK 0.02 0 0.99 0.47
HSL 61.33º 0.99% 0.27% -
HSV(B) 61.33º 0.99% 0.53% -
XYZ 18.48 22.6 3.42 -
YUV 119.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 133 136 1 0.02 0 0.99 0.47 61.33 0.99 0.27
Hex 85 88 1 2 0 63 2F 3D 63 1B
Octal 205 210 1 2 0 143 57 75 143 33
Binary 10000101 10001000 1 10 0 1100011 101111 111101 1100011 11011

Color Harmonies of #858801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858801

Black with #858801

Text Example


Text Example

White with #858801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858801; }

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

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

background-color css

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

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

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

border-color css

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

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

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