Html Css Color HEX #858911 Olive

📋 copy color: '#858911'

red 133 ◦ green 137 ◦ blue 17

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

Shades of Olive #858911

Tints of Olive #858911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.92%

R = 46.34%
G = 47.74%
B = 5.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#858911 (or 0x858911) is known color: Olive. HEX triplet: 85, 89 and 11. RGB value is (133,137,17). Sum of RGB (Red+Green+Blue) = 133+137+17=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #858911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858911 is #7A76EE. Grayscale: #7A7A7A. Windows color (decimal): -8025839 or 1149317. OLE color: 1149317.

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

Color convert

RGB 133 137 17 -
CMYK 0.03 0 0.88 0.46
HSL 62º 0.78% 0.3% -
HSV(B) 62º 0.88% 0.54% -
XYZ 18.72 22.92 3.97 -
YUV 122.12 68.67 135.76 -
System Red Green Blue C M Y K H S L
Decimal 133 137 17 0.03 0 0.88 0.46 62 0.78 0.3
Hex 85 89 11 3 0 58 2E 3E 4E 1E
Octal 205 211 21 3 0 130 56 76 116 36
Binary 10000101 10001001 10001 11 0 1011000 101110 111110 1001110 11110

Color Harmonies of #858911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858911

Black with #858911

Text Example


Text Example

White with #858911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858911; }

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

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

background-color css

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

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

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

border-color css

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

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

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