#5f9c6f

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

Shades of Oxley #5F9C6F

Tints of Oxley #5F9C6F

Color information

#5F9C6F (or 0x5F9C6F) is unknown color: approx Oxley. HEX triplet: 5F, 9C and 6F. RGB value is (95,156,111). Sum of RGB (Red+Green+Blue) = 95+156+111=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9C6F is #A06390. Grayscale: #848484. Windows color (decimal): -10511249 or 7314527. OLE color: 7314527.

HSL color Cylindrical-coordinate representation of color #5F9C6F: hue angle of 135.74º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9C6F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB95156111-
CMYK0.3900.290.39
HSL135.74º24.3%49.22%-
HSV(B)135.74º39.1%61.18%-
XYZ19.4827.3619.29-
YUV132.63115.79101.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.24%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=26.24%
G=43.09%
B=30.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951561110.3900.290.39135.7424.349.22
Hex5F9C6F2701D27881831
Octal13723415747035472103061
Binary10111111001110011011111001110111011001111000100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f9c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,111); }

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

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

 a { background-color: rgb(95,156,111); }

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

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

 span { border-color: rgb(95,156,111); }

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