#777920

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

Shades of Olivetone #777920

Tints of Olivetone #777920

Color information

#777920 (or 0x777920) is unknown color: approx Olivetone. HEX triplet: 77, 79 and 20. RGB value is (119,121,32). Sum of RGB (Red+Green+Blue) = 119+121+32=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 121 - color contains mainly: green. Hex color #777920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777920 is #8886DF. Grayscale: #6E6E6E. Windows color (decimal): -8947424 or 2128247. OLE color: 2128247.

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

Color convert

RGB11912132-
CMYK0.0200.740.53
HSL61.35º58.17%30%-
HSV(B)61.35º73.55%47.45%-
XYZ14.7117.74.01-
YUV110.2683.84134.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=43.75%
G=44.49%
B=11.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119121320.0200.740.5361.3558.1730
Hex777920204A353d3a1e
Octal167171402011265757236
Binary11101111111001100000100100101011010111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777920; }

 p { color: rgb(119,121,32); }

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

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

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

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

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

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

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