#857007

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

Shades of Olive #857007

Tints of Olive #857007

Color information

#857007 (or 0x857007) is unknown color: approx Olive. HEX triplet: 85, 70 and 07. RGB value is (133,112,7). Sum of RGB (Red+Green+Blue) = 133+112+7=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #857007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857007 is #7A8FF8. Grayscale: #6A6A6A. Windows color (decimal): -8032249 or 487557. OLE color: 487557.

HSL color Cylindrical-coordinate representation of color #857007: hue angle of 50º 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 #857007 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB1331127-
CMYK00.160.950.48
HSL50º90%27.45%-
HSV(B)50º94.74%52.16%-
XYZ15.5116.592.59-
YUV106.3171.96147.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.78%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 7 (3.12% from 255) = 2.78%
R=52.78%
G=44.44%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133112700.160.950.48509027.45
Hex857070105F30325a1b
Octal2051607020137606213233
Binary1000010111100001110100001011111110000110010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857007; }

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

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

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

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

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

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

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

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