#76A478

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

Shades of Oxley #76A478

Tints of Oxley #76A478

Color information

#76A478 (or 0x76A478) is unknown color: approx Oxley. HEX triplet: 76, A4 and 78. RGB value is (118,164,120). Sum of RGB (Red+Green+Blue) = 118+164+120=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #76A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A478 is #895B87. Grayscale: #919191. Windows color (decimal): -9001864 or 7906422. OLE color: 7906422.

HSL color Cylindrical-coordinate representation of color #76A478: hue angle of 122.61º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76A478 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB118164120-
CMYK0.2800.270.36
HSL122.61º20.18%55.29%-
HSV(B)122.61º28.05%64.31%-
XYZ24.1431.7622.63-
YUV145.23113.76108.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=29.35%
G=40.80%
B=29.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181641200.2800.270.36122.6120.1855.29
Hex76A4781C01B247b1437
Octal16624417034033441732467
Binary111011010100100111100011100011011100100111101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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