#5E966A

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

Shades of Oxley #5E966A

Tints of Oxley #5E966A

Color information

#5E966A (or 0x5E966A) is unknown color: approx Oxley. HEX triplet: 5E, 96 and 6A. RGB value is (94,150,106). Sum of RGB (Red+Green+Blue) = 94+150+106=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #5E966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E966A is #A16995. Grayscale: #808080. Windows color (decimal): -10578326 or 6985310. OLE color: 6985310.

HSL color Cylindrical-coordinate representation of color #5E966A: hue angle of 132.86º 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 #5E966A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB94150106-
CMYK0.3700.290.41
HSL132.86º22.95%47.84%-
HSV(B)132.86º37.33%58.82%-
XYZ18.1225.2317.55-
YUV128.24115.45103.58-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.86%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=26.86%
G=42.86%
B=30.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal941501060.3700.290.41132.8622.9547.84
Hex5E966A2501D29851730
Octal13622615245035512052760
Binary10111101001011011010101001010111011010011000010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,150,106); }

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

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

 a { background-color: rgb(94,150,106); }

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

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

 span { border-color: rgb(94,150,106); }

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