Html Css Color HEX #5E976E Oxley

📋 copy color: '#5E976E'

red 94 ◦ green 151 ◦ blue 110

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

Shades of Oxley #5E976E

Tints of Oxley #5E976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

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

R = 26.48%
G = 42.54%
B = 30.99%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#5E976E (or 0x5E976E) is known color: Oxley. HEX triplet: 5E, 97 and 6E. RGB value is (94,151,110). Sum of RGB (Red+Green+Blue) = 94+151+110=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 151 - color contains mainly: green. Hex color #5E976E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E976E is #A16891. Grayscale: #818181. Windows color (decimal): -10578066 or 7247710. OLE color: 7247710.

HSL color Cylindrical-coordinate representation of color #5E976E: hue angle of 136.84º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E976E is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 94 151 110 -
CMYK 0.38 0 0.27 0.41
HSL 136.84º 0.23% 0.48% -
HSV(B) 136.84º 0.38% 0.59% -
XYZ 18.5 25.64 18.73 -
YUV 129.28 117.12 102.83 -
System Red Green Blue C M Y K H S L
Decimal 94 151 110 0.38 0 0.27 0.41 136.84 0.23 0.48
Hex 5E 97 6E 26 0 1B 29 89 17 30
Octal 136 227 156 46 0 33 51 211 27 60
Binary 1011110 10010111 1101110 100110 0 11011 101001 10001001 10111 110000

Color Harmonies of #5E976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E976E

Black with #5E976E

Text Example


Text Example

White with #5E976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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