Html Css Color HEX #5E956B Oxley

📋 copy color: '#5E956B'

red 94 ◦ green 149 ◦ blue 107

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

Shades of Oxley #5E956B

Tints of Oxley #5E956B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 107 (42.19% from 255) = 30.57%

R = 26.86%
G = 42.57%
B = 30.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#5E956B (or 0x5E956B) is known color: Oxley. HEX triplet: 5E, 95 and 6B. RGB value is (94,149,107). Sum of RGB (Red+Green+Blue) = 94+149+107=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #5E956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E956B is #A16A94. Grayscale: #7F7F7F. Windows color (decimal): -10578581 or 7050590. OLE color: 7050590.

HSL color Cylindrical-coordinate representation of color #5E956B: hue angle of 134.18º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E956B is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 107 -
CMYK 0.37 0 0.28 0.42
HSL 134.18º 0.23% 0.48% -
HSV(B) 134.18º 0.37% 0.58% -
XYZ 18.02 24.94 17.77 -
YUV 127.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 94 149 107 0.37 0 0.28 0.42 134.18 0.23 0.48
Hex 5E 95 6B 25 0 1C 2A 86 17 30
Octal 136 225 153 45 0 34 52 206 27 60
Binary 1011110 10010101 1101011 100101 0 11100 101010 10000110 10111 110000

Color Harmonies of #5E956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E956B

Black with #5E956B

Text Example


Text Example

White with #5E956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,149,107); }

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

background-color css

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

 a { background-color: rgb(94,149,107); }

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

border-color css

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

 span { border-color: rgb(94,149,107); }

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