#74AB7E

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

Shades of Oxley #74AB7E

Tints of Oxley #74AB7E

Color information

#74AB7E (or 0x74AB7E) is unknown color: approx Oxley. HEX triplet: 74, AB and 7E. RGB value is (116,171,126). Sum of RGB (Red+Green+Blue) = 116+171+126=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AB7E is #8B5481. Grayscale: #959595. Windows color (decimal): -9131138 or 8301428. OLE color: 8301428.

HSL color Cylindrical-coordinate representation of color #74AB7E: hue angle of 130.91º degrees, saturation: 0.25, 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 #74AB7E is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB116171126-
CMYK0.3200.260.33
HSL130.91º24.66%56.27%-
HSV(B)130.91º32.16%67.06%-
XYZ25.5334.3525.02-
YUV149.42114.78104.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.09%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=28.09%
G=41.40%
B=30.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161711260.3200.260.33130.9124.6656.27
Hex74AB7E2001A21831938
Octal16425317640032412033170
Binary11101001010101111111101000000110101000011000001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,171,126); }

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

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

 a { background-color: rgb(116,171,126); }

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

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

 span { border-color: rgb(116,171,126); }

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