#76a379

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

Shades of Oxley #76A379

Tints of Oxley #76A379

Color information

#76A379 (or 0x76A379) is unknown color: approx Oxley. HEX triplet: 76, A3 and 79. RGB value is (118,163,121). Sum of RGB (Red+Green+Blue) = 118+163+121=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 163 - color contains mainly: green. Hex color #76A379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A379 is #895C86. Grayscale: #909090. Windows color (decimal): -9002119 or 7971702. OLE color: 7971702.

HSL color Cylindrical-coordinate representation of color #76A379: hue angle of 124º 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 #76A379 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB118163121-
CMYK0.2800.260.36
HSL124º19.65%55.1%-
HSV(B)124º27.61%63.92%-
XYZ24.0231.4322.89-
YUV144.76114.59108.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.35%
GREEN value IS 163 (64.06% from 255) = 40.55%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=29.35%
G=40.55%
B=30.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1181631210.2800.260.3612419.6555.1
Hex76A3791C01A247c1437
Octal16624317134032441742467
Binary111011010100011111100111100011010100100111110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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