Html Css Color HEX #5E8F6D Oxley

📋 copy color: '#5E8F6D'

red 94 ◦ green 143 ◦ blue 109

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

Shades of Oxley #5E8F6D

Tints of Oxley #5E8F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 27.17%
G = 41.33%
B = 31.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#5E8F6D (or 0x5E8F6D) is known color: Oxley. HEX triplet: 5E, 8F and 6D. RGB value is (94,143,109). Sum of RGB (Red+Green+Blue) = 94+143+109=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F6D is #A17092. Grayscale: #7C7C7C. Windows color (decimal): -10580115 or 7180126. OLE color: 7180126.

HSL color Cylindrical-coordinate representation of color #5E8F6D: hue angle of 138.37º 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 #5E8F6D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 143 109 -
CMYK 0.34 0 0.24 0.44
HSL 138.37º 0.21% 0.46% -
HSV(B) 138.37º 0.34% 0.56% -
XYZ 17.2 23.13 18.03 -
YUV 124.47 119.27 106.26 -
System Red Green Blue C M Y K H S L
Decimal 94 143 109 0.34 0 0.24 0.44 138.37 0.21 0.46
Hex 5E 8F 6D 22 0 18 2C 8A 15 2E
Octal 136 217 155 42 0 30 54 212 25 56
Binary 1011110 10001111 1101101 100010 0 11000 101100 10001010 10101 101110

Color Harmonies of #5E8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8F6D

Black with #5E8F6D

Text Example


Text Example

White with #5E8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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