#77710A

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

Shades of Olive #77710A

Tints of Olive #77710A

Color information

#77710A (or 0x77710A) is unknown color: approx Olive. HEX triplet: 77, 71 and 0A. RGB value is (119,113,10). Sum of RGB (Red+Green+Blue) = 119+113+10=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77710A is #888EF5. Grayscale: #676767. Windows color (decimal): -8949494 or 684407. OLE color: 684407.

HSL color Cylindrical-coordinate representation of color #77710A: hue angle of 56.7º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77710A is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB11911310-
CMYK00.050.920.53
HSL56.7º84.5%25.29%-
HSV(B)56.7º91.6%46.67%-
XYZ13.5715.752.61-
YUV103.0575.49139.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 113 (44.53% from 255) = 46.69%
BLUE value IS 10 (4.30% from 255) = 4.13%
R=49.17%
G=46.69%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191131000.050.920.5356.784.525.29
Hex7771A055C35395419
Octal1671611205134657112431
Binary11101111110001101001011011100110101111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77710A; }

 p { color: rgb(119,113,10); }

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

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

 a { background-color: rgb(119,113,10); }

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

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

 span { border-color: rgb(119,113,10); }

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