#77A97C

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

Shades of Oxley #77A97C

Tints of Oxley #77A97C

Color information

#77A97C (or 0x77A97C) is unknown color: approx Oxley. HEX triplet: 77, A9 and 7C. RGB value is (119,169,124). Sum of RGB (Red+Green+Blue) = 119+169+124=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #77A97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77A97C is #885683. Grayscale: #959595. Windows color (decimal): -8935044 or 8169847. OLE color: 8169847.

HSL color Cylindrical-coordinate representation of color #77A97C: hue angle of 126º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A97C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB119169124-
CMYK0.3000.270.34
HSL126º22.52%56.47%-
HSV(B)126º29.59%66.27%-
XYZ25.4333.7524.24-
YUV148.92113.94106.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=28.88%
G=41.02%
B=30.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1191691240.3000.270.3412622.5256.47
Hex77A97C1E01B227e1738
Octal16725117436033421762770
Binary111011110101001111110011110011011100010111111010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,169,124); }

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

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

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

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

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

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

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