#77AA78

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

Shades of Oxley #77AA78

Tints of Oxley #77AA78

Color information

#77AA78 (or 0x77AA78) is unknown color: approx Oxley. HEX triplet: 77, AA and 78. RGB value is (119,170,120). Sum of RGB (Red+Green+Blue) = 119+170+120=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #77AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AA78 is #885587. Grayscale: #959595. Windows color (decimal): -8934792 or 7907959. OLE color: 7907959.

HSL color Cylindrical-coordinate representation of color #77AA78: hue angle of 121.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77AA78 is Cyan = 0.3, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB119170120-
CMYK0.300.290.33
HSL121.18º23.08%56.67%-
HSV(B)121.18º30%66.67%-
XYZ25.3734.0323-
YUV149.05111.6106.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=29.10%
G=41.56%
B=29.34%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191701200.300.290.33121.1823.0856.67
Hex77AA781E01D21791739
Octal16725217036035411712771
Binary111011110101010111100011110011101100001111100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77AA78; }

 p { color: rgb(119,170,120); }

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

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

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

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

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

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

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