Html Css Color HEX #5E9C79 Oxley

📋 copy color: '#5E9C79'

red 94 ◦ green 156 ◦ blue 121

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

Shades of Oxley #5E9C79

Tints of Oxley #5E9C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.05%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 25.34%
G = 42.05%
B = 32.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#5E9C79 (or 0x5E9C79) is known color: Oxley. HEX triplet: 5E, 9C and 79. RGB value is (94,156,121). Sum of RGB (Red+Green+Blue) = 94+156+121=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C79 is #A16386. Grayscale: #858585. Windows color (decimal): -10576775 or 7969886. OLE color: 7969886.

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

Color convert

RGB 94 156 121 -
CMYK 0.40 0 0.22 0.39
HSL 146.13º 0.25% 0.49% -
HSV(B) 146.13º 0.4% 0.61% -
XYZ 19.96 27.54 22.35 -
YUV 133.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 94 156 121 0.40 0 0.22 0.39 146.13 0.25 0.49
Hex 5E 9C 79 28 0 16 27 92 19 31
Octal 136 234 171 50 0 26 47 222 31 61
Binary 1011110 10011100 1111001 101000 0 10110 100111 10010010 11001 110001

Color Harmonies of #5E9C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9C79

Black with #5E9C79

Text Example


Text Example

White with #5E9C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,156,121); }

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

background-color css

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

 a { background-color: rgb(94,156,121); }

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

border-color css

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

 span { border-color: rgb(94,156,121); }

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