Html Css Color HEX #5E986C Oxley

📋 copy color: '#5E986C'

red 94 ◦ green 152 ◦ blue 108

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

Shades of Oxley #5E986C

Tints of Oxley #5E986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.51%

R = 26.55%
G = 42.94%
B = 30.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#5E986C (or 0x5E986C) is known color: Oxley. HEX triplet: 5E, 98 and 6C. RGB value is (94,152,108). Sum of RGB (Red+Green+Blue) = 94+152+108=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #5E986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E986C is #A16793. Grayscale: #818181. Windows color (decimal): -10577812 or 7116894. OLE color: 7116894.

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

Color convert

RGB 94 152 108 -
CMYK 0.38 0 0.29 0.40
HSL 134.48º 0.24% 0.48% -
HSV(B) 134.48º 0.38% 0.6% -
XYZ 18.55 25.92 18.21 -
YUV 129.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 94 152 108 0.38 0 0.29 0.40 134.48 0.24 0.48
Hex 5E 98 6C 26 0 1D 28 86 18 30
Octal 136 230 154 46 0 35 50 206 30 60
Binary 1011110 10011000 1101100 100110 0 11101 101000 10000110 11000 110000

Color Harmonies of #5E986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E986C

Black with #5E986C

Text Example


Text Example

White with #5E986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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