Html Css Color HEX #5E9B6F Oxley

📋 copy color: '#5E9B6F'

red 94 ◦ green 155 ◦ blue 111

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

Shades of Oxley #5E9B6F

Tints of Oxley #5E9B6F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.06%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 26.11%
G = 43.06%
B = 30.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#5E9B6F (or 0x5E9B6F) is known color: Oxley. HEX triplet: 5E, 9B and 6F. RGB value is (94,155,111). Sum of RGB (Red+Green+Blue) = 94+155+111=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B6F is #A16490. Grayscale: #838383. Windows color (decimal): -10577041 or 7314270. OLE color: 7314270.

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

Color convert

RGB 94 155 111 -
CMYK 0.39 0 0.28 0.39
HSL 136.72º 0.24% 0.49% -
HSV(B) 136.72º 0.39% 0.61% -
XYZ 19.21 26.97 19.23 -
YUV 131.75 116.29 101.08 -
System Red Green Blue C M Y K H S L
Decimal 94 155 111 0.39 0 0.28 0.39 136.72 0.24 0.49
Hex 5E 9B 6F 27 0 1C 27 89 18 31
Octal 136 233 157 47 0 34 47 211 30 61
Binary 1011110 10011011 1101111 100111 0 11100 100111 10001001 11000 110001

Color Harmonies of #5E9B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9B6F

Black with #5E9B6F

Text Example


Text Example

White with #5E9B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,111); }

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

background-color css

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

 a { background-color: rgb(94,155,111); }

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

border-color css

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

 span { border-color: rgb(94,155,111); }

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