#777604

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

Shades of Olive #777604

Tints of Olive #777604

Color information

#777604 (or 0x777604) is unknown color: approx Olive. HEX triplet: 77, 76 and 04. RGB value is (119,118,4). Sum of RGB (Red+Green+Blue) = 119+118+4=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 118 (46.48% from 255 or 48.96% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777604 is #8889FB. Grayscale: #696969. Windows color (decimal): -8948220 or 292471. OLE color: 292471.

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

Color convert

RGB1191184-
CMYK00.010.970.53
HSL59.48º93.5%24.12%-
HSV(B)59.48º96.64%46.67%-
XYZ14.1116.892.63-
YUV105.370.83137.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 118 (46.48% from 255) = 48.96%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=49.38%
G=48.96%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119118400.010.970.5359.4893.524.12
Hex777640161353b5d18
Octal167166401141657313530
Binary11101111110110100011100001110101111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777604; }

 p { color: rgb(119,118,4); }

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

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

 a { background-color: rgb(119,118,4); }

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

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

 span { border-color: rgb(119,118,4); }

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