Html Css Color HEX #6D8973 Laurel

📋 copy color: '#6D8973'

red 109 ◦ green 137 ◦ blue 115

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

Shades of Laurel #6D8973

Tints of Laurel #6D8973

RGB

 RED value IS 109 (42.97% from 255) = 30.19%

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

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

R = 30.19%
G = 37.95%
B = 31.86%

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

#6D8973 (or 0x6D8973) is known color: Laurel. HEX triplet: 6D, 89 and 73. RGB value is (109,137,115). Sum of RGB (Red+Green+Blue) = 109+137+115=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #6D8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8973 is #92768C. Grayscale: #7E7E7E. Windows color (decimal): -9598605 or 7571821. OLE color: 7571821.

HSL color Cylindrical-coordinate representation of color #6D8973: hue angle of 132.86º 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 #6D8973 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 109 137 115 -
CMYK 0.20 0 0.16 0.46
HSL 132.86º 0.11% 0.48% -
HSV(B) 132.86º 0.2% 0.54% -
XYZ 18.35 22.38 19.57 -
YUV 126.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 109 137 115 0.20 0 0.16 0.46 132.86 0.11 0.48
Hex 6D 89 73 14 0 10 2E 85 B 30
Octal 155 211 163 24 0 20 56 205 13 60
Binary 1101101 10001001 1110011 10100 0 10000 101110 10000101 1011 110000

Color Harmonies of #6D8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8973

Black with #6D8973

Text Example


Text Example

White with #6D8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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