#5DA06B

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

Shades of Oxley #5DA06B

Tints of Oxley #5DA06B

Color information

#5DA06B (or 0x5DA06B) is unknown color: approx Oxley. HEX triplet: 5D, A0 and 6B. RGB value is (93,160,107). Sum of RGB (Red+Green+Blue) = 93+160+107=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA06B is #A25F94. Grayscale: #868686. Windows color (decimal): -10641301 or 7053405. OLE color: 7053405.

HSL color Cylindrical-coordinate representation of color #5DA06B: hue angle of 132.54º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5DA06B is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB93160107-
CMYK0.4200.330.37
HSL132.54º26.48%49.61%-
HSV(B)132.54º41.87%62.75%-
XYZ19.7428.5318.38-
YUV133.92112.898.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=25.83%
G=44.44%
B=29.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal931601070.4200.330.37132.5426.4849.61
Hex5DA06B2A02125851a32
Octal13524015352041452053262
Binary101110110100000110101110101001000011001011000010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,160,107); }

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

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

 a { background-color: rgb(93,160,107); }

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

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

 span { border-color: rgb(93,160,107); }

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