#777502

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

Shades of Olive #777502

Tints of Olive #777502

Color information

#777502 (or 0x777502) is unknown color: approx Olive. HEX triplet: 77, 75 and 02. RGB value is (119,117,2). Sum of RGB (Red+Green+Blue) = 119+117+2=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #777502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777502 is #888AFD. Grayscale: #686868. Windows color (decimal): -8948478 or 161143. OLE color: 161143.

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

Color convert

RGB1191172-
CMYK00.020.980.53
HSL58.97º96.69%23.73%-
HSV(B)58.97º98.32%46.67%-
XYZ13.9816.652.53-
YUV104.4970.16138.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=50%
G=49.16%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119117200.020.980.5358.9796.6923.73
Hex777520262353b6118
Octal167165202142657314130
Binary11101111110101100101100010110101111011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777502; }

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

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

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

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

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

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

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

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