Html Css Color HEX #5D996E Oxley

📋 copy color: '#5D996E'

red 93 ◦ green 153 ◦ blue 110

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

Shades of Oxley #5D996E

Tints of Oxley #5D996E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 26.12%
G = 42.98%
B = 30.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#5D996E (or 0x5D996E) is known color: Oxley. HEX triplet: 5D, 99 and 6E. RGB value is (93,153,110). Sum of RGB (Red+Green+Blue) = 93+153+110=356 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.12% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #5D996E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D996E is #A26691. Grayscale: #828282. Windows color (decimal): -10643090 or 7248221. OLE color: 7248221.

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

Color convert

RGB 93 153 110 -
CMYK 0.39 0 0.28 0.4
HSL 137º 0.24% 0.48% -
HSV(B) 137º 0.39% 0.6% -
XYZ 18.72 26.24 18.83 -
YUV 130.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 93 153 110 0.39 0 0.28 0.4 137 0.24 0.48
Hex 5D 99 6E 27 0 1C 28 89 18 30
Octal 135 231 156 47 0 34 50 211 30 60
Binary 1011101 10011001 1101110 100111 0 11100 101000 10001001 11000 110000

Color Harmonies of #5D996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D996E

Black with #5D996E

Text Example


Text Example

White with #5D996E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,153,110); }

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

background-color css

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

 a { background-color: rgb(93,153,110); }

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

border-color css

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

 span { border-color: rgb(93,153,110); }

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