#5E976E

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

Shades of Oxley #5E976E

Tints of Oxley #5E976E

Color information

#5E976E (or 0x5E976E) is unknown color: approx Oxley. HEX triplet: 5E, 97 and 6E. RGB value is (94,151,110). Sum of RGB (Red+Green+Blue) = 94+151+110=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #5E976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E976E is #A16891. Grayscale: #818181. Windows color (decimal): -10578066 or 7247710. OLE color: 7247710.

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

Color convert

RGB94151110-
CMYK0.3800.270.41
HSL136.84º23.27%48.04%-
HSV(B)136.84º37.75%59.22%-
XYZ18.525.6418.73-
YUV129.28117.12102.83-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.48%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=26.48%
G=42.54%
B=30.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal941511100.3800.270.41136.8423.2748.04
Hex5E976E2601B29891730
Octal13622715646033512112760
Binary10111101001011111011101001100110111010011000100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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