Html Css Color HEX #5D9A78 Oxley

📋 copy color: '#5D9A78'

red 93 ◦ green 154 ◦ blue 120

#5D9A78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #5D9A78

Tints of Oxley #5D9A78

RGB

 RED value IS 93 (36.72% from 255) = 25.34%

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 120 (47.27% from 255) = 32.7%

R = 25.34%
G = 41.96%
B = 32.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#5D9A78 (or 0x5D9A78) is known color: Oxley. HEX triplet: 5D, 9A and 78. RGB value is (93,154,120). Sum of RGB (Red+Green+Blue) = 93+154+120=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #5D9A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9A78 is #A26587. Grayscale: #838383. Windows color (decimal): -10642824 or 7903837. OLE color: 7903837.

HSL color Cylindrical-coordinate representation of color #5D9A78: hue angle of 146.56º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9A78 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 93 154 120 -
CMYK 0.40 0 0.22 0.40
HSL 146.56º 0.25% 0.48% -
HSV(B) 146.56º 0.4% 0.6% -
XYZ 19.46 26.79 21.92 -
YUV 131.89 121.29 100.26 -
System Red Green Blue C M Y K H S L
Decimal 93 154 120 0.40 0 0.22 0.40 146.56 0.25 0.48
Hex 5D 9A 78 28 0 16 28 93 19 30
Octal 135 232 170 50 0 26 50 223 31 60
Binary 1011101 10011010 1111000 101000 0 10110 101000 10010011 11001 110000

Color Harmonies of #5D9A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9A78

Black with #5D9A78

Text Example


Text Example

White with #5D9A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,154,120); }

 H1.HeaderClassName
 {
   color: #5D9A78;
 }
 .AnyTagClassName
 {
   color: #5D9A78;
 }
</style>

background-color css

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

 a { background-color: rgb(93,154,120); }

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

border-color css

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

 span { border-color: rgb(93,154,120); }

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