Html Css Color HEX #5E9A6F Oxley

📋 copy color: '#5E9A6F'

red 94 ◦ green 154 ◦ blue 111

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

Shades of Oxley #5E9A6F

Tints of Oxley #5E9A6F

RGB

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

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

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

R = 26.18%
G = 42.9%
B = 30.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#5E9A6F (or 0x5E9A6F) is known color: Oxley. HEX triplet: 5E, 9A and 6F. RGB value is (94,154,111). Sum of RGB (Red+Green+Blue) = 94+154+111=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A6F is #A16590. Grayscale: #838383. Windows color (decimal): -10577297 or 7314014. OLE color: 7314014.

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

Color convert

RGB 94 154 111 -
CMYK 0.39 0 0.28 0.40
HSL 137º 0.24% 0.49% -
HSV(B) 137º 0.39% 0.6% -
XYZ 19.04 26.64 19.18 -
YUV 131.16 116.62 101.5 -
System Red Green Blue C M Y K H S L
Decimal 94 154 111 0.39 0 0.28 0.40 137 0.24 0.49
Hex 5E 9A 6F 27 0 1C 28 89 18 31
Octal 136 232 157 47 0 34 50 211 30 61
Binary 1011110 10011010 1101111 100111 0 11100 101000 10001001 11000 110001

Color Harmonies of #5E9A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9A6F

Black with #5E9A6F

Text Example


Text Example

White with #5E9A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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