#77730D

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

Shades of Olive #77730D

Tints of Olive #77730D

Color information

#77730D (or 0x77730D) is unknown color: approx Olive. HEX triplet: 77, 73 and 0D. RGB value is (119,115,13). Sum of RGB (Red+Green+Blue) = 119+115+13=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77730D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77730D is #888CF2. Grayscale: #686868. Windows color (decimal): -8948979 or 881527. OLE color: 881527.

HSL color Cylindrical-coordinate representation of color #77730D: hue angle of 57.74º 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 #77730D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB11911513-
CMYK00.030.890.53
HSL57.74º80.3%25.88%-
HSV(B)57.74º89.08%46.67%-
XYZ13.8116.212.78-
YUV104.5776.33138.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=48.18%
G=46.56%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191151300.030.890.5357.7480.325.88
Hex7773D0359353a501a
Octal1671631503131657212032
Binary1110111111001111010111011001110101111010101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77730D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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