#74ad7a

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

Shades of Oxley #74AD7A

Tints of Oxley #74AD7A

Color information

#74AD7A (or 0x74AD7A) is unknown color: approx Oxley. HEX triplet: 74, AD and 7A. RGB value is (116,173,122). Sum of RGB (Red+Green+Blue) = 116+173+122=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD7A is #8B5285. Grayscale: #969696. Windows color (decimal): -9130630 or 8039796. OLE color: 8039796.

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

Color convert

RGB116173122-
CMYK0.3300.290.32
HSL126.32º25.79%56.67%-
HSV(B)126.32º32.95%67.84%-
XYZ25.6635.0123.82-
YUV150.14112.12103.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 173 (67.97% from 255) = 42.09%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=28.22%
G=42.09%
B=29.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161731220.3300.290.32126.3225.7956.67
Hex74AD7A2101D207e1a39
Octal16425517241035401763271
Binary1110100101011011111010100001011101100000111111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ad7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,173,122); }

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

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

 a { background-color: rgb(116,173,122); }

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

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

 span { border-color: rgb(116,173,122); }

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