#857D09

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

Shades of Olive #857D09

Tints of Olive #857D09

Color information

#857D09 (or 0x857D09) is unknown color: approx Olive. HEX triplet: 85, 7D and 09. RGB value is (133,125,9). Sum of RGB (Red+Green+Blue) = 133+125+9=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857D09 is #7A82F6. Grayscale: #727272. Windows color (decimal): -8028919 or 621957. OLE color: 621957.

HSL color Cylindrical-coordinate representation of color #857D09: hue angle of 56.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #857D09 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1331259-
CMYK00.060.930.48
HSL56.13º87.32%27.84%-
HSV(B)56.13º93.23%52.16%-
XYZ17.0619.673.16-
YUV114.1768.65141.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 125 (49.22% from 255) = 46.82%
BLUE value IS 9 (3.91% from 255) = 3.37%
R=49.81%
G=46.82%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133125900.060.930.4856.1387.3227.84
Hex857D9065D3038571c
Octal2051751106135607012734
Binary100001011111101100101101011101110000111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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