Html Css Color HEX #5E996D Oxley

📋 copy color: '#5E996D'

red 94 ◦ green 153 ◦ blue 109

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

Shades of Oxley #5E996D

Tints of Oxley #5E996D

RGB

 RED value IS 94 (37.11% from 255) = 26.4%

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 26.4%
G = 42.98%
B = 30.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#5E996D (or 0x5E996D) is known color: Oxley. HEX triplet: 5E, 99 and 6D. RGB value is (94,153,109). Sum of RGB (Red+Green+Blue) = 94+153+109=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #5E996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E996D is #A16692. Grayscale: #828282. Windows color (decimal): -10577555 or 7182686. OLE color: 7182686.

HSL color Cylindrical-coordinate representation of color #5E996D: hue angle of 135.25º 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 #5E996D is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 153 109 -
CMYK 0.39 0 0.29 0.4
HSL 135.25º 0.24% 0.48% -
HSV(B) 135.25º 0.39% 0.6% -
XYZ 18.77 26.27 18.55 -
YUV 130.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 94 153 109 0.39 0 0.29 0.4 135.25 0.24 0.48
Hex 5E 99 6D 27 0 1D 28 87 18 30
Octal 136 231 155 47 0 35 50 207 30 60
Binary 1011110 10011001 1101101 100111 0 11101 101000 10000111 11000 110000

Color Harmonies of #5E996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E996D

Black with #5E996D

Text Example


Text Example

White with #5E996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,153,109); }

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

background-color css

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

 a { background-color: rgb(94,153,109); }

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

border-color css

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

 span { border-color: rgb(94,153,109); }

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