#777308

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

Shades of Olive #777308

Tints of Olive #777308

Color information

#777308 (or 0x777308) is unknown color: approx Olive. HEX triplet: 77, 73 and 08. RGB value is (119,115,8). Sum of RGB (Red+Green+Blue) = 119+115+8=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #777308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777308 is #888CF7. Grayscale: #686868. Windows color (decimal): -8948984 or 553847. OLE color: 553847.

HSL color Cylindrical-coordinate representation of color #777308: hue angle of 57.84º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #777308 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB1191158-
CMYK00.030.930.53
HSL57.84º87.4%24.9%-
HSV(B)57.84º93.28%46.67%-
XYZ13.7816.22.63-
YUV10473.83138.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 115 (45.31% from 255) = 47.52%
BLUE value IS 8 (3.52% from 255) = 3.31%
R=49.17%
G=47.52%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119115800.030.930.5357.8487.424.9
Hex77738035D353a5719
Octal1671631003135657212731
Binary1110111111001110000111011101110101111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777308; }

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

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

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

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

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

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

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

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