Html Css Color HEX #6D8D6F Laurel

📋 copy color: '#6D8D6F'

red 109 ◦ green 141 ◦ blue 111

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

Shades of Laurel #6D8D6F

Tints of Laurel #6D8D6F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.06%

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

R = 30.19%
G = 39.06%
B = 30.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#6D8D6F (or 0x6D8D6F) is known color: Laurel. HEX triplet: 6D, 8D and 6F. RGB value is (109,141,111). Sum of RGB (Red+Green+Blue) = 109+141+111=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8D6F is #927290. Grayscale: #808080. Windows color (decimal): -9597585 or 7310701. OLE color: 7310701.

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

Color convert

RGB 109 141 111 -
CMYK 0.23 0 0.21 0.45
HSL 123.75º 0.13% 0.49% -
HSV(B) 123.75º 0.23% 0.55% -
XYZ 18.7 23.45 18.58 -
YUV 128.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 109 141 111 0.23 0 0.21 0.45 123.75 0.13 0.49
Hex 6D 8D 6F 17 0 15 2D 7C D 31
Octal 155 215 157 27 0 25 55 174 15 61
Binary 1101101 10001101 1101111 10111 0 10101 101101 1111100 1101 110001

Color Harmonies of #6D8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8D6F

Black with #6D8D6F

Text Example


Text Example

White with #6D8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,141,111); }

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

background-color css

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

 a { background-color: rgb(109,141,111); }

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

border-color css

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

 span { border-color: rgb(109,141,111); }

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