#5F976E

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

Shades of Oxley #5F976E

Tints of Oxley #5F976E

Color information

#5F976E (or 0x5F976E) is unknown color: approx Oxley. HEX triplet: 5F, 97 and 6E. RGB value is (95,151,110). Sum of RGB (Red+Green+Blue) = 95+151+110=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #5F976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F976E is #A06891. Grayscale: #818181. Windows color (decimal): -10512530 or 7247711. OLE color: 7247711.

HSL color Cylindrical-coordinate representation of color #5F976E: hue angle of 136.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F976E is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB95151110-
CMYK0.3700.270.41
HSL136.07º22.76%48.24%-
HSV(B)136.07º37.09%59.22%-
XYZ18.625.6918.73-
YUV129.58116.95103.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 151 (59.38% from 255) = 42.42%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=26.69%
G=42.42%
B=30.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal951511100.3700.270.41136.0722.7648.24
Hex5F976E2501B29881730
Octal13722715645033512102760
Binary10111111001011111011101001010110111010011000100010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,151,110); }

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

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

 a { background-color: rgb(95,151,110); }

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

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

 span { border-color: rgb(95,151,110); }

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