#5B966E

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

Shades of Oxley #5B966E

Tints of Oxley #5B966E

Color information

#5B966E (or 0x5B966E) is unknown color: approx Oxley. HEX triplet: 5B, 96 and 6E. RGB value is (91,150,110). Sum of RGB (Red+Green+Blue) = 91+150+110=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #5B966E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B966E is #A46991. Grayscale: #7F7F7F. Windows color (decimal): -10774930 or 7247451. OLE color: 7247451.

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

Color convert

RGB91150110-
CMYK0.3900.270.41
HSL139.32º24.48%47.25%-
HSV(B)139.32º39.33%58.82%-
XYZ18.0425.1618.66-
YUV127.8117.95101.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.93%
GREEN value IS 150 (58.98% from 255) = 42.74%
BLUE value IS 110 (43.36% from 255) = 31.34%
R=25.93%
G=42.74%
B=31.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal911501100.3900.270.41139.3224.4847.25
Hex5B966E2701B298b182f
Octal13322615647033512133057
Binary10110111001011011011101001110110111010011000101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B966E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,150,110); }

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

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

 a { background-color: rgb(91,150,110); }

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

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

 span { border-color: rgb(91,150,110); }

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