Html Css Color HEX #5E8F6B Laurel

📋 copy color: '#5E8F6B'

red 94 ◦ green 143 ◦ blue 107

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

Shades of Laurel #5E8F6B

Tints of Laurel #5E8F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 27.33%
G = 41.57%
B = 31.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#5E8F6B (or 0x5E8F6B) is known color: Laurel. HEX triplet: 5E, 8F and 6B. RGB value is (94,143,107). Sum of RGB (Red+Green+Blue) = 94+143+107=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F6B is #A17094. Grayscale: #7C7C7C. Windows color (decimal): -10580117 or 7049054. OLE color: 7049054.

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

Color convert

RGB 94 143 107 -
CMYK 0.34 0 0.25 0.44
HSL 135.92º 0.21% 0.46% -
HSV(B) 135.92º 0.34% 0.56% -
XYZ 17.09 23.09 17.47 -
YUV 124.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 94 143 107 0.34 0 0.25 0.44 135.92 0.21 0.46
Hex 5E 8F 6B 22 0 19 2C 88 15 2E
Octal 136 217 153 42 0 31 54 210 25 56
Binary 1011110 10001111 1101011 100010 0 11001 101100 10001000 10101 101110

Color Harmonies of #5E8F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8F6B

Black with #5E8F6B

Text Example


Text Example

White with #5E8F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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