#777705

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

Shades of Olive #777705

Tints of Olive #777705

Color information

#777705 (or 0x777705) is unknown color: approx Olive. HEX triplet: 77, 77 and 05. RGB value is (119,119,5). Sum of RGB (Red+Green+Blue) = 119+119+5=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777705 is #8888FA. Grayscale: #6A6A6A. Windows color (decimal): -8947963 or 358263. OLE color: 358263.

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

Color convert

RGB1191195-
CMYK000.960.53
HSL60º91.94%24.31%-
HSV(B)60º95.8%46.67%-
XYZ14.2317.132.7-
YUV10671137.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 119 (46.88% from 255) = 48.97%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=48.97%
G=48.97%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191195000.960.536091.9424.31
Hex777750060353c5c18
Octal167167500140657413430
Binary11101111110111101001100000110101111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777705; }

 p { color: rgb(119,119,5); }

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

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

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

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

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

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

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