Html Css Color HEX #5E9B75 Oxley

📋 copy color: '#5E9B75'

red 94 ◦ green 155 ◦ blue 117

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

Shades of Oxley #5E9B75

Tints of Oxley #5E9B75

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.35%

 BLUE value IS 117 (46.09% from 255) = 31.97%

R = 25.68%
G = 42.35%
B = 31.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#5E9B75 (or 0x5E9B75) is known color: Oxley. HEX triplet: 5E, 9B and 75. RGB value is (94,155,117). Sum of RGB (Red+Green+Blue) = 94+155+117=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 155 - color contains mainly: green. Hex color #5E9B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9B75 is #A1648A. Grayscale: #848484. Windows color (decimal): -10577035 or 7707486. OLE color: 7707486.

HSL color Cylindrical-coordinate representation of color #5E9B75: hue angle of 142.62º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9B75 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 155 117 -
CMYK 0.39 0 0.25 0.39
HSL 142.62º 0.24% 0.49% -
HSV(B) 142.62º 0.39% 0.61% -
XYZ 19.55 27.11 21.03 -
YUV 132.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 94 155 117 0.39 0 0.25 0.39 142.62 0.24 0.49
Hex 5E 9B 75 27 0 19 27 8F 18 31
Octal 136 233 165 47 0 31 47 217 30 61
Binary 1011110 10011011 1110101 100111 0 11001 100111 10001111 11000 110001

Color Harmonies of #5E9B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9B75

Black with #5E9B75

Text Example


Text Example

White with #5E9B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,155,117); }

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

background-color css

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

 a { background-color: rgb(94,155,117); }

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

border-color css

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

 span { border-color: rgb(94,155,117); }

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