#857B08

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

Shades of Olive #857B08

Tints of Olive #857B08

Color information

#857B08 (or 0x857B08) is unknown color: approx Olive. HEX triplet: 85, 7B and 08. RGB value is (133,123,8). Sum of RGB (Red+Green+Blue) = 133+123+8=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 123 (48.44% from 255 or 46.59% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #857B08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857B08 is #7A84F7. Grayscale: #717171. Windows color (decimal): -8029432 or 555909. OLE color: 555909.

HSL color Cylindrical-coordinate representation of color #857B08: hue angle of 55.2º 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 #857B08 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB1331238-
CMYK00.080.940.48
HSL55.2º88.65%27.65%-
HSV(B)55.2º93.98%52.16%-
XYZ16.819.173.04-
YUV112.8868.81142.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 123 (48.44% from 255) = 46.59%
BLUE value IS 8 (3.52% from 255) = 3.03%
R=50.38%
G=46.59%
B=3.03%

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
Decimal133123800.080.940.4855.288.6527.65
Hex857B8085E3037591c
Octal20517310010136606713134
Binary1000010111110111000010001011110110000110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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