#76977A

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

Shades of Oxley #76977A

Tints of Oxley #76977A

Color information

#76977A (or 0x76977A) is unknown color: approx Oxley. HEX triplet: 76, 97 and 7A. RGB value is (118,151,122). Sum of RGB (Red+Green+Blue) = 118+151+122=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 151 - color contains mainly: green. Hex color #76977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76977A is #896885. Grayscale: #898989. Windows color (decimal): -9005190 or 8034166. OLE color: 8034166.

HSL color Cylindrical-coordinate representation of color #76977A: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76977A is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB118151122-
CMYK0.2200.190.41
HSL127.27º13.69%52.75%-
HSV(B)127.27º21.85%59.22%-
XYZ22.0527.3922.54-
YUV137.83119.07113.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 151 (59.38% from 255) = 38.62%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=30.18%
G=38.62%
B=31.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511220.2200.190.41127.2713.6952.75
Hex76977A16013297fe35
Octal16622717226023511771665
Binary11101101001011111110101011001001110100111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76977A; }

 p { color: rgb(118,151,122); }

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

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

 a { background-color: rgb(118,151,122); }

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

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

 span { border-color: rgb(118,151,122); }

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