#777504

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

Shades of Olive #777504

Tints of Olive #777504

Color information

#777504 (or 0x777504) is unknown color: approx Olive. HEX triplet: 77, 75 and 04. RGB value is (119,117,4). Sum of RGB (Red+Green+Blue) = 119+117+4=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #777504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777504 is #888AFB. Grayscale: #696969. Windows color (decimal): -8948476 or 292215. OLE color: 292215.

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

Color convert

RGB1191174-
CMYK00.020.970.53
HSL58.96º93.5%24.12%-
HSV(B)58.96º96.64%46.67%-
XYZ13.9916.652.59-
YUV104.7271.16138.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 117 (46.09% from 255) = 48.75%
BLUE value IS 4 (1.95% from 255) = 1.67%
R=49.58%
G=48.75%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119117400.020.970.5358.9693.524.12
Hex777540261353b5d18
Octal167165402141657313530
Binary111011111101011000101100001110101111011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777504; }

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

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

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

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

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

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

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

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