#74AA79

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

Shades of Oxley #74AA79

Tints of Oxley #74AA79

Color information

#74AA79 (or 0x74AA79) is unknown color: approx Oxley. HEX triplet: 74, AA and 79. RGB value is (116,170,121). Sum of RGB (Red+Green+Blue) = 116+170+121=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA79 is #8B5586. Grayscale: #949494. Windows color (decimal): -9131399 or 7973492. OLE color: 7973492.

HSL color Cylindrical-coordinate representation of color #74AA79: hue angle of 125.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74AA79 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB116170121-
CMYK0.3200.290.33
HSL125.56º24.11%56.08%-
HSV(B)125.56º31.76%66.67%-
XYZ25.0333.8423.3-
YUV148.27112.61104.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.50%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=28.50%
G=41.77%
B=29.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161701210.3200.290.33125.5624.1156.08
Hex74AA792001D217e1838
Octal16425217140035411763070
Binary1110100101010101111001100000011101100001111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74AA79; }

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

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

<style>
 a { background-color: #74AA79; }

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

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

<style>
 span { border-color: #74AA79; }

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

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