Html Css Color HEX #6E8973 Laurel

📋 copy color: '#6E8973'

red 110 ◦ green 137 ◦ blue 115

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

Shades of Laurel #6E8973

Tints of Laurel #6E8973

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 30.39%
G = 37.85%
B = 31.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#6E8973 (or 0x6E8973) is known color: Laurel. HEX triplet: 6E, 89 and 73. RGB value is (110,137,115). Sum of RGB (Red+Green+Blue) = 110+137+115=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8973 is #91768C. Grayscale: #7E7E7E. Windows color (decimal): -9533069 or 7571822. OLE color: 7571822.

HSL color Cylindrical-coordinate representation of color #6E8973: hue angle of 131.11º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8973 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 115 -
CMYK 0.20 0 0.16 0.46
HSL 131.11º 0.11% 0.48% -
HSV(B) 131.11º 0.2% 0.54% -
XYZ 18.47 22.44 19.58 -
YUV 126.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 110 137 115 0.20 0 0.16 0.46 131.11 0.11 0.48
Hex 6E 89 73 14 0 10 2E 83 B 30
Octal 156 211 163 24 0 20 56 203 13 60
Binary 1101110 10001001 1110011 10100 0 10000 101110 10000011 1011 110000

Color Harmonies of #6E8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8973

Black with #6E8973

Text Example


Text Example

White with #6E8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,115); }

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

background-color css

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

 a { background-color: rgb(110,137,115); }

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

border-color css

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

 span { border-color: rgb(110,137,115); }

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