Html Css Color HEX #6D956C Laurel

📋 copy color: '#6D956C'

red 109 ◦ green 149 ◦ blue 108

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

Shades of Laurel #6D956C

Tints of Laurel #6D956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

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

R = 29.78%
G = 40.71%
B = 29.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6D956C (or 0x6D956C) is known color: Laurel. HEX triplet: 6D, 95 and 6C. RGB value is (109,149,108). Sum of RGB (Red+Green+Blue) = 109+149+108=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 149 - color contains mainly: green. Hex color #6D956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D956C is #926A93. Grayscale: #848484. Windows color (decimal): -9595540 or 7116141. OLE color: 7116141.

HSL color Cylindrical-coordinate representation of color #6D956C: hue angle of 118.54º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D956C is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 149 108 -
CMYK 0.27 0 0.28 0.42
HSL 118.54º 0.16% 0.5% -
HSV(B) 118.54º 0.28% 0.58% -
XYZ 19.76 25.83 18.13 -
YUV 132.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 109 149 108 0.27 0 0.28 0.42 118.54 0.16 0.5
Hex 6D 95 6C 1B 0 1C 2A 77 10 32
Octal 155 225 154 33 0 34 52 167 20 62
Binary 1101101 10010101 1101100 11011 0 11100 101010 1110111 10000 110010

Color Harmonies of #6D956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D956C

Black with #6D956C

Text Example


Text Example

White with #6D956C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,108); }

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

background-color css

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

 a { background-color: rgb(109,149,108); }

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

border-color css

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

 span { border-color: rgb(109,149,108); }

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