Html Css Color HEX #5E8F6F Oxley

📋 copy color: '#5E8F6F'

red 94 ◦ green 143 ◦ blue 111

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

Shades of Oxley #5E8F6F

Tints of Oxley #5E8F6F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.09%

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 27.01%
G = 41.09%
B = 31.9%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#5E8F6F (or 0x5E8F6F) is known color: Oxley. HEX triplet: 5E, 8F and 6F. RGB value is (94,143,111). Sum of RGB (Red+Green+Blue) = 94+143+111=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F6F is #A17090. Grayscale: #7C7C7C. Windows color (decimal): -10580113 or 7311198. OLE color: 7311198.

HSL color Cylindrical-coordinate representation of color #5E8F6F: hue angle of 140.82º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F6F is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 143 111 -
CMYK 0.34 0 0.22 0.44
HSL 140.82º 0.21% 0.46% -
HSV(B) 140.82º 0.34% 0.56% -
XYZ 17.31 23.17 18.6 -
YUV 124.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 94 143 111 0.34 0 0.22 0.44 140.82 0.21 0.46
Hex 5E 8F 6F 22 0 16 2C 8D 15 2E
Octal 136 217 157 42 0 26 54 215 25 56
Binary 1011110 10001111 1101111 100010 0 10110 101100 10001101 10101 101110

Color Harmonies of #5E8F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8F6F

Black with #5E8F6F

Text Example


Text Example

White with #5E8F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,143,111); }

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

background-color css

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

 a { background-color: rgb(94,143,111); }

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

border-color css

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

 span { border-color: rgb(94,143,111); }

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