#857D07

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

Shades of Olive #857D07

Tints of Olive #857D07

Color information

#857D07 (or 0x857D07) is unknown color: approx Olive. HEX triplet: 85, 7D and 07. RGB value is (133,125,7). Sum of RGB (Red+Green+Blue) = 133+125+7=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 125 (49.22% from 255 or 47.17% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #857D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857D07 is #7A82F8. Grayscale: #727272. Windows color (decimal): -8028921 or 490885. OLE color: 490885.

HSL color Cylindrical-coordinate representation of color #857D07: hue angle of 56.19º degrees, saturation: 0.9, 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 #857D07 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331257-
CMYK00.060.950.48
HSL56.19º90%27.45%-
HSV(B)56.19º94.74%52.16%-
XYZ17.0419.673.1-
YUV113.9467.65141.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.19%
GREEN value IS 125 (49.22% from 255) = 47.17%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=50.19%
G=47.17%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133125700.060.950.4856.199027.45
Hex857D7065F30385a1b
Octal205175706137607013233
Binary10000101111110111101101011111110000111000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,125,7); }

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

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

 a { background-color: rgb(133,125,7); }

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

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

 span { border-color: rgb(133,125,7); }

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