Html Css Color HEX #5E9F6C Oxley

📋 copy color: '#5E9F6C'

red 94 ◦ green 159 ◦ blue 108

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

Shades of Oxley #5E9F6C

Tints of Oxley #5E9F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.04%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 26.04%
G = 44.04%
B = 29.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#5E9F6C (or 0x5E9F6C) is known color: Oxley. HEX triplet: 5E, 9F and 6C. RGB value is (94,159,108). Sum of RGB (Red+Green+Blue) = 94+159+108=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #5E9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9F6C is #A16093. Grayscale: #858585. Windows color (decimal): -10576020 or 7118686. OLE color: 7118686.

HSL color Cylindrical-coordinate representation of color #5E9F6C: hue angle of 132.92º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E9F6C is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 159 108 -
CMYK 0.41 0 0.32 0.38
HSL 132.92º 0.26% 0.5% -
HSV(B) 132.92º 0.41% 0.62% -
XYZ 19.72 28.26 18.6 -
YUV 133.75 113.47 99.65 -
System Red Green Blue C M Y K H S L
Decimal 94 159 108 0.41 0 0.32 0.38 132.92 0.26 0.5
Hex 5E 9F 6C 29 0 20 26 85 1A 32
Octal 136 237 154 51 0 40 46 205 32 62
Binary 1011110 10011111 1101100 101001 0 100000 100110 10000101 11010 110010

Color Harmonies of #5E9F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9F6C

Black with #5E9F6C

Text Example


Text Example

White with #5E9F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,159,108); }

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

background-color css

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

 a { background-color: rgb(94,159,108); }

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

border-color css

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

 span { border-color: rgb(94,159,108); }

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