Html Css Color HEX #6E8E6F Laurel

📋 copy color: '#6E8E6F'

red 110 ◦ green 142 ◦ blue 111

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

Shades of Laurel #6E8E6F

Tints of Laurel #6E8E6F

RGB

 RED value IS 110 (43.36% from 255) = 30.3%

 GREEN value IS 142 (55.86% from 255) = 39.12%

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

R = 30.3%
G = 39.12%
B = 30.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#6E8E6F (or 0x6E8E6F) is known color: Laurel. HEX triplet: 6E, 8E and 6F. RGB value is (110,142,111). Sum of RGB (Red+Green+Blue) = 110+142+111=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8E6F is #917190. Grayscale: #808080. Windows color (decimal): -9531793 or 7310958. OLE color: 7310958.

HSL color Cylindrical-coordinate representation of color #6E8E6F: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8E6F is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 142 111 -
CMYK 0.23 0 0.22 0.44
HSL 121.88º 0.13% 0.49% -
HSV(B) 121.88º 0.23% 0.56% -
XYZ 18.97 23.81 18.63 -
YUV 128.9 117.9 114.52 -
System Red Green Blue C M Y K H S L
Decimal 110 142 111 0.23 0 0.22 0.44 121.88 0.13 0.49
Hex 6E 8E 6F 17 0 16 2C 7A D 31
Octal 156 216 157 27 0 26 54 172 15 61
Binary 1101110 10001110 1101111 10111 0 10110 101100 1111010 1101 110001

Color Harmonies of #6E8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E6F

Black with #6E8E6F

Text Example


Text Example

White with #6E8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E8E6F; }

 p { color: rgb(110,142,111); }

 H1.HeaderClassName
 {
   color: #6E8E6F;
 }
 .AnyTagClassName
 {
   color: #6E8E6F;
 }
</style>

background-color css

<style>
 a { background-color: #6E8E6F; }

 a { background-color: rgb(110,142,111); }

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

border-color css

<style>
 span { border-color: #6E8E6F; }

 span { border-color: rgb(110,142,111); }

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