Html Css Color HEX #5E9A6E Oxley

📋 copy color: '#5E9A6E'

red 94 ◦ green 154 ◦ blue 110

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

Shades of Oxley #5E9A6E

Tints of Oxley #5E9A6E

RGB

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

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

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

R = 26.26%
G = 43.02%
B = 30.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#5E9A6E (or 0x5E9A6E) is known color: Oxley. HEX triplet: 5E, 9A and 6E. RGB value is (94,154,110). Sum of RGB (Red+Green+Blue) = 94+154+110=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A6E is #A16591. Grayscale: #838383. Windows color (decimal): -10577298 or 7248478. OLE color: 7248478.

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

Color convert

RGB 94 154 110 -
CMYK 0.39 0 0.29 0.40
HSL 136º 0.24% 0.49% -
HSV(B) 136º 0.39% 0.6% -
XYZ 18.99 26.62 18.89 -
YUV 131.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 94 154 110 0.39 0 0.29 0.40 136 0.24 0.49
Hex 5E 9A 6E 27 0 1D 28 88 18 31
Octal 136 232 156 47 0 35 50 210 30 61
Binary 1011110 10011010 1101110 100111 0 11101 101000 10001000 11000 110001

Color Harmonies of #5E9A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9A6E

Black with #5E9A6E

Text Example


Text Example

White with #5E9A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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