#76AA78

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

Shades of Oxley #76AA78

Tints of Oxley #76AA78

Color information

#76AA78 (or 0x76AA78) is unknown color: approx Oxley. HEX triplet: 76, AA and 78. RGB value is (118,170,120). Sum of RGB (Red+Green+Blue) = 118+170+120=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AA78 is #895587. Grayscale: #949494. Windows color (decimal): -9000328 or 7907958. OLE color: 7907958.

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

Color convert

RGB118170120-
CMYK0.3100.290.33
HSL122.31º23.42%56.47%-
HSV(B)122.31º30.59%66.67%-
XYZ25.2433.9622.99-
YUV148.75111.77106.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.92%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=28.92%
G=41.67%
B=29.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1181701200.3100.290.33122.3123.4256.47
Hex76AA781F01D217a1738
Octal16625217037035411722770
Binary111011010101010111100011111011101100001111101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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