#776504

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

Shades of Olive #776504

Tints of Olive #776504

Color information

#776504 (or 0x776504) is unknown color: approx Olive. HEX triplet: 77, 65 and 04. RGB value is (119,101,4). Sum of RGB (Red+Green+Blue) = 119+101+4=224 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.12% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 119 - color contains mainly: red. Hex color #776504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776504 is #889AFB. Grayscale: #5F5F5F. Windows color (decimal): -8952572 or 288119. OLE color: 288119.

HSL color Cylindrical-coordinate representation of color #776504: hue angle of 50.61º 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 #776504 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1191014-
CMYK00.150.970.53
HSL50.61º93.5%24.12%-
HSV(B)50.61º96.64%46.67%-
XYZ12.2813.242.02-
YUV95.3276.46144.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 53.12%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 4 (1.95% from 255) = 1.79%
R=53.12%
G=45.09%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119101400.150.970.5350.6193.524.12
Hex776540F6135335d18
Octal1671454017141656313530
Binary11101111100101100011111100001110101110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776504; }

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

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

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

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

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

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

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

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