#857800

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

Shades of Olive #857800

Tints of Olive #857800

Color information

#857800 (or 0x857800) is unknown color: approx Olive. HEX triplet: 85, 78 and 00. RGB value is (133,120,0). Sum of RGB (Red+Green+Blue) = 133+120+0=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #857800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857800 is #7A87FF. Grayscale: #6E6E6E. Windows color (decimal): -8030208 or 30853. OLE color: 30853.

HSL color Cylindrical-coordinate representation of color #857800: hue angle of 54.14º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #857800 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1331200-
CMYK00.1010.48
HSL54.14º100%26.08%-
HSV(B)54.14º100%52.16%-
XYZ16.3918.422.69-
YUV110.2165.81144.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.57%
GREEN value IS 120 (47.27% from 255) = 47.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.57%
G=47.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133120000.1010.4854.1410026.08
Hex857800A643036641a
Octal2051700012144606614432
Binary1000010111110000010101100100110000110110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857800; }

 p { color: rgb(133,120,0); }

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

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

 a { background-color: rgb(133,120,0); }

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

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

 span { border-color: rgb(133,120,0); }

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