#79AA7E

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

Shades of Oxley #79AA7E

Tints of Oxley #79AA7E

Color information

#79AA7E (or 0x79AA7E) is unknown color: approx Oxley. HEX triplet: 79, AA and 7E. RGB value is (121,170,126). Sum of RGB (Red+Green+Blue) = 121+170+126=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #79AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79AA7E is #865581. Grayscale: #969696. Windows color (decimal): -8803714 or 8301177. OLE color: 8301177.

HSL color Cylindrical-coordinate representation of color #79AA7E: hue angle of 126.12º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #79AA7E is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB121170126-
CMYK0.2900.260.33
HSL126.12º22.37%57.06%-
HSV(B)126.12º28.82%66.67%-
XYZ26.0334.3224.99-
YUV150.33114.27107.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.02%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=29.02%
G=40.77%
B=30.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1211701260.2900.260.33126.1222.3757.06
Hex79AA7E1D01A217e1639
Octal17125217635032411762671
Binary111100110101010111111011101011010100001111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,126); }

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

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

 a { background-color: rgb(121,170,126); }

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

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

 span { border-color: rgb(121,170,126); }

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