#85770F

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

Shades of Olive #85770F

Tints of Olive #85770F

Color information

#85770F (or 0x85770F) is unknown color: approx Olive. HEX triplet: 85, 77 and 0F. RGB value is (133,119,15). Sum of RGB (Red+Green+Blue) = 133+119+15=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85770F is #7A88F0. Grayscale: #6F6F6F. Windows color (decimal): -8030449 or 1013637. OLE color: 1013637.

HSL color Cylindrical-coordinate representation of color #85770F: hue angle of 52.88º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85770F is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB13311915-
CMYK00.110.890.48
HSL52.88º79.73%29.02%-
HSV(B)52.88º88.72%52.16%-
XYZ16.3618.213.11-
YUV111.3373.64143.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 119 (46.88% from 255) = 44.57%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=49.81%
G=44.57%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331191500.110.890.4852.8879.7329.02
Hex8577F0B593035501d
Octal20516717013131606512035
Binary1000010111101111111010111011001110000110101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85770F; }

 p { color: rgb(133,119,15); }

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

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

 a { background-color: rgb(133,119,15); }

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

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

 span { border-color: rgb(133,119,15); }

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