#79A081

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

Shades of Oxley #79A081

Tints of Oxley #79A081

Color information

#79A081 (or 0x79A081) is unknown color: approx Oxley. HEX triplet: 79, A0 and 81. RGB value is (121,160,129). Sum of RGB (Red+Green+Blue) = 121+160+129=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #79A081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A081 is #865F7E. Grayscale: #909090. Windows color (decimal): -8806271 or 8495225. OLE color: 8495225.

HSL color Cylindrical-coordinate representation of color #79A081: hue angle of 132.31º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A081 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB121160129-
CMYK0.2400.190.37
HSL132.31º17.03%55.1%-
HSV(B)132.31º24.38%62.75%-
XYZ24.4230.7925.43-
YUV144.8119.08111.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.51%
GREEN value IS 160 (62.89% from 255) = 39.02%
BLUE value IS 129 (50.78% from 255) = 31.46%
R=29.51%
G=39.02%
B=31.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1211601290.2400.190.37132.3117.0355.1
Hex79A0811801325841137
Octal17124020130023452042167
Binary11110011010000010000001110000100111001011000010010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A081; }

 p { color: rgb(121,160,129); }

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

<style>
 a { background-color: #79A081; }

 a { background-color: rgb(121,160,129); }

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

<style>
 span { border-color: #79A081; }

 span { border-color: rgb(121,160,129); }

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