Html Css Color HEX #5E986A Oxley

📋 copy color: '#5E986A'

red 94 ◦ green 152 ◦ blue 106

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

Shades of Oxley #5E986A

Tints of Oxley #5E986A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 26.7%
G = 43.18%
B = 30.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#5E986A (or 0x5E986A) is known color: Oxley. HEX triplet: 5E, 98 and 6A. RGB value is (94,152,106). Sum of RGB (Red+Green+Blue) = 94+152+106=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #5E986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E986A is #A16795. Grayscale: #818181. Windows color (decimal): -10577814 or 6985822. OLE color: 6985822.

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

Color convert

RGB 94 152 106 -
CMYK 0.38 0 0.30 0.40
HSL 132.41º 0.24% 0.48% -
HSV(B) 132.41º 0.38% 0.6% -
XYZ 18.45 25.88 17.66 -
YUV 129.41 114.78 102.74 -
System Red Green Blue C M Y K H S L
Decimal 94 152 106 0.38 0 0.30 0.40 132.41 0.24 0.48
Hex 5E 98 6A 26 0 1E 28 84 18 30
Octal 136 230 152 46 0 36 50 204 30 60
Binary 1011110 10011000 1101010 100110 0 11110 101000 10000100 11000 110000

Color Harmonies of #5E986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E986A

Black with #5E986A

Text Example


Text Example

White with #5E986A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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