#858B0B

Color #858B0B Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #858B0B

Tints of Olive #858B0B

Color information

#858B0B (or 0x858B0B) is unknown color: approx Olive. HEX triplet: 85, 8B and 0B. RGB value is (133,139,11). Sum of RGB (Red+Green+Blue) = 133+139+11=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #858B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B0B is #7A74F4. Grayscale: #7B7B7B. Windows color (decimal): -8025333 or 756613. OLE color: 756613.

HSL color Cylindrical-coordinate representation of color #858B0B: hue angle of 62.81º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #858B0B is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB13313911-
CMYK0.0400.920.45
HSL62.81º85.33%29.41%-
HSV(B)62.81º92.09%54.51%-
XYZ18.9723.483.85-
YUV122.6165.01135.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 139 (54.69% from 255) = 49.12%
BLUE value IS 11 (4.69% from 255) = 3.89%
R=47.00%
G=49.12%
B=3.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133139110.0400.920.4562.8185.3329.41
Hex858BB405C2D3f551d
Octal2052131340134557712535
Binary1000010110001011101110001011100101101111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858B0B; }

 p { color: rgb(133,139,11); }

 H1.HeaderClassName
 {
   color: #858B0B;
 }
 .AnyTagClassName
 {
   color: #858B0B;
 }
</style>
background-color css

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

 a { background-color: rgb(133,139,11); }

 div.DivClassName
 {
   background-color: #858B0B;
 }
 .BgClassName
 {
   background-color: #858B0B;
 }
</style>
border-color css

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

 span { border-color: rgb(133,139,11); }

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