#857307

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

Shades of Olive #857307

Tints of Olive #857307

Color information

#857307 (or 0x857307) is unknown color: approx Olive. HEX triplet: 85, 73 and 07. RGB value is (133,115,7). Sum of RGB (Red+Green+Blue) = 133+115+7=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #857307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857307 is #7A8CF8. Grayscale: #6C6C6C. Windows color (decimal): -8031481 or 488325. OLE color: 488325.

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

Color convert

RGB1331157-
CMYK00.140.950.48
HSL51.43º90%27.45%-
HSV(B)51.43º94.74%52.16%-
XYZ15.8417.262.7-
YUV108.0770.96145.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 7 (3.12% from 255) = 2.75%
R=52.16%
G=45.10%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133115700.140.950.4851.439027.45
Hex857370E5F30335a1b
Octal2051637016137606313233
Binary100001011110011111011101011111110000110011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857307; }

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

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

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

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

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

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

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

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