#857F06

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

Shades of Olive #857F06

Tints of Olive #857F06

Color information

#857F06 (or 0x857F06) is unknown color: approx Olive. HEX triplet: 85, 7F and 06. RGB value is (133,127,6). Sum of RGB (Red+Green+Blue) = 133+127+6=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #857F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857F06 is #7A80F9. Grayscale: #737373. Windows color (decimal): -8028410 or 425861. OLE color: 425861.

HSL color Cylindrical-coordinate representation of color #857F06: hue angle of 57.17º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #857F06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331276-
CMYK00.050.950.48
HSL57.17º91.37%27.25%-
HSV(B)57.17º95.49%52.16%-
XYZ17.320.183.16-
YUV11566.49140.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 127 (50% from 255) = 47.74%
BLUE value IS 6 (2.73% from 255) = 2.26%
R=50%
G=47.74%
B=2.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133127600.050.950.4857.1791.3727.25
Hex857F6055F30395b1b
Octal205177605137607113333
Binary10000101111111111001011011111110000111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,127,6); }

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

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

 a { background-color: rgb(133,127,6); }

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

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

 span { border-color: rgb(133,127,6); }

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