#5F9D6F

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

Shades of Oxley #5F9D6F

Tints of Oxley #5F9D6F

Color information

#5F9D6F (or 0x5F9D6F) is unknown color: approx Oxley. HEX triplet: 5F, 9D and 6F. RGB value is (95,157,111). Sum of RGB (Red+Green+Blue) = 95+157+111=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #5F9D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9D6F is #A06290. Grayscale: #858585. Windows color (decimal): -10510993 or 7314783. OLE color: 7314783.

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

Color convert

RGB95157111-
CMYK0.3900.290.38
HSL135.48º24.6%49.41%-
HSV(B)135.48º39.49%61.57%-
XYZ19.6527.6919.35-
YUV133.22115.46100.74-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 157 (61.72% from 255) = 43.25%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=26.17%
G=43.25%
B=30.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951571110.3900.290.38135.4824.649.41
Hex5F9D6F2701D26871931
Octal13723515747035462073161
Binary10111111001110111011111001110111011001101000011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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