Html Css Color HEX #5E986E Oxley

📋 copy color: '#5E986E'

red 94 ◦ green 152 ◦ blue 110

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

Shades of Oxley #5E986E

Tints of Oxley #5E986E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.7%

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

R = 26.4%
G = 42.7%
B = 30.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#5E986E (or 0x5E986E) is known color: Oxley. HEX triplet: 5E, 98 and 6E. RGB value is (94,152,110). Sum of RGB (Red+Green+Blue) = 94+152+110=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #5E986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E986E is #A16791. Grayscale: #818181. Windows color (decimal): -10577810 or 7247966. OLE color: 7247966.

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

Color convert

RGB 94 152 110 -
CMYK 0.38 0 0.28 0.40
HSL 136.55º 0.24% 0.48% -
HSV(B) 136.55º 0.38% 0.6% -
XYZ 18.66 25.96 18.78 -
YUV 129.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 94 152 110 0.38 0 0.28 0.40 136.55 0.24 0.48
Hex 5E 98 6E 26 0 1C 28 89 18 30
Octal 136 230 156 46 0 34 50 211 30 60
Binary 1011110 10011000 1101110 100110 0 11100 101000 10001001 11000 110000

Color Harmonies of #5E986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E986E

Black with #5E986E

Text Example


Text Example

White with #5E986E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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