#5FA674

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

Shades of Oxley #5FA674

Tints of Oxley #5FA674

Color information

#5FA674 (or 0x5FA674) is unknown color: approx Oxley. HEX triplet: 5F, A6 and 74. RGB value is (95,166,116). Sum of RGB (Red+Green+Blue) = 95+166+116=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA674 is #A0598B. Grayscale: #8B8B8B. Windows color (decimal): -10508684 or 7644767. OLE color: 7644767.

HSL color Cylindrical-coordinate representation of color #5FA674: hue angle of 137.75º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA674 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB95166116-
CMYK0.4300.300.35
HSL137.75º28.51%51.18%-
HSV(B)137.75º42.77%65.1%-
XYZ21.5130.9721.37-
YUV139.07114.9896.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=25.20%
G=44.03%
B=30.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal951661160.4300.300.35137.7528.5151.18
Hex5FA6742B01E238a1d33
Octal13724616453036432123563
Binary10111111010011011101001010110111101000111000101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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