#76A779

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

Shades of Oxley #76A779

Tints of Oxley #76A779

Color information

#76A779 (or 0x76A779) is unknown color: approx Oxley. HEX triplet: 76, A7 and 79. RGB value is (118,167,121). Sum of RGB (Red+Green+Blue) = 118+167+121=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #76A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A779 is #895886. Grayscale: #939393. Windows color (decimal): -9001095 or 7972726. OLE color: 7972726.

HSL color Cylindrical-coordinate representation of color #76A779: hue angle of 123.67º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A779 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB118167121-
CMYK0.2900.280.35
HSL123.67º21.78%55.88%-
HSV(B)123.67º29.34%65.49%-
XYZ24.7432.8723.13-
YUV147.1113.27107.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=29.06%
G=41.13%
B=29.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181671210.2900.280.35123.6721.7855.88
Hex76A7791D01C237c1638
Octal16624717135034431742670
Binary111011010100111111100111101011100100011111110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,121); }

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

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

 a { background-color: rgb(118,167,121); }

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

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

 span { border-color: rgb(118,167,121); }

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