#857A08

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

Shades of Olive #857A08

Tints of Olive #857A08

Color information

#857A08 (or 0x857A08) is unknown color: approx Olive. HEX triplet: 85, 7A and 08. RGB value is (133,122,8). Sum of RGB (Red+Green+Blue) = 133+122+8=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #857A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857A08 is #7A85F7. Grayscale: #707070. Windows color (decimal): -8029688 or 555653. OLE color: 555653.

HSL color Cylindrical-coordinate representation of color #857A08: hue angle of 54.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #857A08 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1331228-
CMYK00.080.940.48
HSL54.72º88.65%27.65%-
HSV(B)54.72º93.98%52.16%-
XYZ16.6818.923-
YUV112.2969.14142.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.57%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 8 (3.52% from 255) = 3.04%
R=50.57%
G=46.39%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133122800.080.940.4854.7288.6527.65
Hex857A8085E3037591c
Octal20517210010136606713134
Binary1000010111110101000010001011110110000110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857A08; }

 p { color: rgb(133,122,8); }

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

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

 a { background-color: rgb(133,122,8); }

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

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

 span { border-color: rgb(133,122,8); }

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