#5D9B74

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

Shades of Oxley #5D9B74

Tints of Oxley #5D9B74

Color information

#5D9B74 (or 0x5D9B74) is unknown color: approx Oxley. HEX triplet: 5D, 9B and 74. RGB value is (93,155,116). Sum of RGB (Red+Green+Blue) = 93+155+116=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 155 - color contains mainly: green. Hex color #5D9B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9B74 is #A2648B. Grayscale: #848484. Windows color (decimal): -10642572 or 7641949. OLE color: 7641949.

HSL color Cylindrical-coordinate representation of color #5D9B74: hue angle of 142.26º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9B74 is Cyan = 0.4, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB93155116-
CMYK0.400.250.39
HSL142.26º25%48.63%-
HSV(B)142.26º40%60.78%-
XYZ19.3927.0320.72-
YUV132.02118.96100.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.55%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=25.55%
G=42.58%
B=31.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal931551160.400.250.39142.262548.63
Hex5D9B7428019278e1931
Octal13523316450031472163161
Binary10111011001101111101001010000110011001111000111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,155,116); }

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

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

 a { background-color: rgb(93,155,116); }

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

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

 span { border-color: rgb(93,155,116); }

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