Html Css Color HEX #858901 Olive

📋 copy color: '#858901'

red 133 ◦ green 137 ◦ blue 1

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

Shades of Olive #858901

Tints of Olive #858901

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.55%

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

R = 49.08%
G = 50.55%
B = 0.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#858901 (or 0x858901) is known color: Olive. HEX triplet: 85, 89 and 01. RGB value is (133,137,1). Sum of RGB (Red+Green+Blue) = 133+137+1=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #858901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858901 is #7A76FE. Grayscale: #787878. Windows color (decimal): -8025855 or 100741. OLE color: 100741.

HSL color Cylindrical-coordinate representation of color #858901: hue angle of 61.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #858901 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 133 137 1 -
CMYK 0.03 0 0.99 0.46
HSL 61.76º 0.99% 0.27% -
HSV(B) 61.76º 0.99% 0.54% -
XYZ 18.62 22.88 3.46 -
YUV 120.3 60.67 137.06 -
System Red Green Blue C M Y K H S L
Decimal 133 137 1 0.03 0 0.99 0.46 61.76 0.99 0.27
Hex 85 89 1 3 0 63 2E 3E 63 1B
Octal 205 211 1 3 0 143 56 76 143 33
Binary 10000101 10001001 1 11 0 1100011 101110 111110 1100011 11011

Color Harmonies of #858901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858901

Black with #858901

Text Example


Text Example

White with #858901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858901; }

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

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

background-color css

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

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

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

border-color css

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

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

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