#777A28

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

Shades of Olivetone #777A28

Tints of Olivetone #777A28

Color information

#777A28 (or 0x777A28) is unknown color: approx Olivetone. HEX triplet: 77, 7A and 28. RGB value is (119,122,40). Sum of RGB (Red+Green+Blue) = 119+122+40=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #777A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777A28 is #8885D7. Grayscale: #707070. Windows color (decimal): -8947160 or 2652791. OLE color: 2652791.

HSL color Cylindrical-coordinate representation of color #777A28: hue angle of 62.2º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #777A28 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.

Color convert

RGB11912240-
CMYK0.0200.670.52
HSL62.2º50.62%31.76%-
HSV(B)62.2º67.21%47.84%-
XYZ14.9517.994.69-
YUV111.7687.51133.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 40 (16.02% from 255) = 14.23%
R=42.35%
G=43.42%
B=14.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal119122400.0200.670.5262.250.6231.76
Hex777A282043343e3320
Octal167172502010364766340
Binary111011111110101010001001000011110100111110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777A28; }

 p { color: rgb(119,122,40); }

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

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

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

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

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

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

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