Html Css Color HEX #6E8670 Laurel

📋 copy color: '#6E8670'

red 110 ◦ green 134 ◦ blue 112

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

Shades of Laurel #6E8670

Tints of Laurel #6E8670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.64%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 30.9%
G = 37.64%
B = 31.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#6E8670 (or 0x6E8670) is known color: Laurel. HEX triplet: 6E, 86 and 70. RGB value is (110,134,112). Sum of RGB (Red+Green+Blue) = 110+134+112=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8670 is #91798F. Grayscale: #7C7C7C. Windows color (decimal): -9533840 or 7374446. OLE color: 7374446.

HSL color Cylindrical-coordinate representation of color #6E8670: hue angle of 125º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E8670 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 134 112 -
CMYK 0.18 0 0.16 0.47
HSL 125º 0.1% 0.48% -
HSV(B) 125º 0.18% 0.53% -
XYZ 17.88 21.54 18.54 -
YUV 124.32 121.05 117.79 -
System Red Green Blue C M Y K H S L
Decimal 110 134 112 0.18 0 0.16 0.47 125 0.1 0.48
Hex 6E 86 70 12 0 10 2F 7D A 30
Octal 156 206 160 22 0 20 57 175 12 60
Binary 1101110 10000110 1110000 10010 0 10000 101111 1111101 1010 110000

Color Harmonies of #6E8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8670

Black with #6E8670

Text Example


Text Example

White with #6E8670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,112); }

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

background-color css

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

 a { background-color: rgb(110,134,112); }

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

border-color css

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

 span { border-color: rgb(110,134,112); }

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