Html Css Color HEX #6E8E6C Laurel

📋 copy color: '#6E8E6C'

red 110 ◦ green 142 ◦ blue 108

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

Shades of Laurel #6E8E6C

Tints of Laurel #6E8E6C

RGB

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

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

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

R = 30.56%
G = 39.44%
B = 30%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#6E8E6C (or 0x6E8E6C) is known color: Laurel. HEX triplet: 6E, 8E and 6C. RGB value is (110,142,108). Sum of RGB (Red+Green+Blue) = 110+142+108=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8E6C is #917193. Grayscale: #808080. Windows color (decimal): -9531796 or 7114350. OLE color: 7114350.

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

Color convert

RGB 110 142 108 -
CMYK 0.23 0 0.24 0.44
HSL 116.47º 0.14% 0.49% -
HSV(B) 116.47º 0.24% 0.56% -
XYZ 18.81 23.74 17.78 -
YUV 128.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 110 142 108 0.23 0 0.24 0.44 116.47 0.14 0.49
Hex 6E 8E 6C 17 0 18 2C 74 E 31
Octal 156 216 154 27 0 30 54 164 16 61
Binary 1101110 10001110 1101100 10111 0 11000 101100 1110100 1110 110001

Color Harmonies of #6E8E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E6C

Black with #6E8E6C

Text Example


Text Example

White with #6E8E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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