#77720D

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

Shades of Olive #77720D

Tints of Olive #77720D

Color information

#77720D (or 0x77720D) is unknown color: approx Olive. HEX triplet: 77, 72 and 0D. RGB value is (119,114,13). Sum of RGB (Red+Green+Blue) = 119+114+13=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 114 (44.92% from 255 or 46.34% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77720D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77720D is #888DF2. Grayscale: #686868. Windows color (decimal): -8949235 or 881271. OLE color: 881271.

HSL color Cylindrical-coordinate representation of color #77720D: hue angle of 57.17º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77720D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB11911413-
CMYK00.040.890.53
HSL57.17º80.3%25.88%-
HSV(B)57.17º89.08%46.67%-
XYZ13.715.992.74-
YUV103.9876.66138.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 114 (44.92% from 255) = 46.34%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=48.37%
G=46.34%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191141300.040.890.5357.1780.325.88
Hex7772D04593539501a
Octal1671621504131657112032
Binary11101111110010110101001011001110101111001101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77720D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77720D; }

 p { color: rgb(119,114,13); }

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

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

 a { background-color: rgb(119,114,13); }

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

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

 span { border-color: rgb(119,114,13); }

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