#5D966F

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

Shades of Oxley #5D966F

Tints of Oxley #5D966F

Color information

#5D966F (or 0x5D966F) is unknown color: approx Oxley. HEX triplet: 5D, 96 and 6F. RGB value is (93,150,111). Sum of RGB (Red+Green+Blue) = 93+150+111=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #5D966F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D966F is #A26990. Grayscale: #808080. Windows color (decimal): -10643857 or 7312989. OLE color: 7312989.

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

Color convert

RGB93150111-
CMYK0.3800.260.41
HSL138.95º23.46%47.65%-
HSV(B)138.95º38%58.82%-
XYZ18.2925.2918.96-
YUV128.51118.12102.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=26.27%
G=42.37%
B=31.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal931501110.3800.260.41138.9523.4647.65
Hex5D966F2601A298b1730
Octal13522615746032512132760
Binary10111011001011011011111001100110101010011000101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,150,111); }

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

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

 a { background-color: rgb(93,150,111); }

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

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

 span { border-color: rgb(93,150,111); }

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