#74A979

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

Shades of Oxley #74A979

Tints of Oxley #74A979

Color information

#74A979 (or 0x74A979) is unknown color: approx Oxley. HEX triplet: 74, A9 and 79. RGB value is (116,169,121). Sum of RGB (Red+Green+Blue) = 116+169+121=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 169 (66.41% from 255 or 41.63% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 169 - color contains mainly: green. Hex color #74A979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A979 is #8B5686. Grayscale: #939393. Windows color (decimal): -9131655 or 7973236. OLE color: 7973236.

HSL color Cylindrical-coordinate representation of color #74A979: hue angle of 125.66º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #74A979 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB116169121-
CMYK0.3100.280.34
HSL125.66º23.56%55.88%-
HSV(B)125.66º31.36%66.27%-
XYZ24.8433.4723.24-
YUV147.68112.94105.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.57%
GREEN value IS 169 (66.41% from 255) = 41.63%
BLUE value IS 121 (47.66% from 255) = 29.80%
R=28.57%
G=41.63%
B=29.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1161691210.3100.280.34125.6623.5655.88
Hex74A9791F01C227e1838
Octal16425117137034421763070
Binary111010010101001111100111111011100100010111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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