#858B05

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

Shades of Olive #858B05

Tints of Olive #858B05

Color information

#858B05 (or 0x858B05) is unknown color: approx Olive. HEX triplet: 85, 8B and 05. RGB value is (133,139,5). Sum of RGB (Red+Green+Blue) = 133+139+5=277 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.01% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #858B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858B05 is #7A74FA. Grayscale: #7A7A7A. Windows color (decimal): -8025339 or 363397. OLE color: 363397.

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

Color convert

RGB1331395-
CMYK0.0400.960.45
HSL62.69º93.06%28.24%-
HSV(B)62.69º96.4%54.51%-
XYZ18.9323.463.67-
YUV121.9362.01135.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.01%
GREEN value IS 139 (54.69% from 255) = 50.18%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=48.01%
G=50.18%
B=1.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13313950.0400.960.4562.6993.0628.24
Hex858B540602D3f5d1c
Octal205213540140557713534
Binary100001011000101110110001100000101101111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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