#5FA974

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

Shades of Oxley #5FA974

Tints of Oxley #5FA974

Color information

#5FA974 (or 0x5FA974) is unknown color: approx Oxley. HEX triplet: 5F, A9 and 74. RGB value is (95,169,116). Sum of RGB (Red+Green+Blue) = 95+169+116=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA974 is #A0568B. Grayscale: #8C8C8C. Windows color (decimal): -10507916 or 7645535. OLE color: 7645535.

HSL color Cylindrical-coordinate representation of color #5FA974: hue angle of 137.03º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5FA974 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB95169116-
CMYK0.4400.310.34
HSL137.03º30.08%51.76%-
HSV(B)137.03º43.79%66.27%-
XYZ22.0632.0721.55-
YUV140.83113.9895.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25%
GREEN value IS 169 (66.41% from 255) = 44.47%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=25%
G=44.47%
B=30.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal951691160.4400.310.34137.0330.0851.76
Hex5FA9742C01F22891e34
Octal13725116454037422113664
Binary10111111010100111101001011000111111000101000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5FA974; }

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

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

<style>
 a { background-color: #5FA974; }

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

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

<style>
 span { border-color: #5FA974; }

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

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