Html Css Color HEX #6C956D Laurel

📋 copy color: '#6C956D'

red 108 ◦ green 149 ◦ blue 109

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

Shades of Laurel #6C956D

Tints of Laurel #6C956D

RGB

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

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

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

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

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6C956D: hue angle of 121.46º 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 #6C956D is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 149 109 -
CMYK 0.28 0 0.27 0.42
HSL 121.46º 0.16% 0.5% -
HSV(B) 121.46º 0.28% 0.58% -
XYZ 19.69 25.79 18.41 -
YUV 132.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 108 149 109 0.28 0 0.27 0.42 121.46 0.16 0.5
Hex 6C 95 6D 1C 0 1B 2A 79 10 32
Octal 154 225 155 34 0 33 52 171 20 62
Binary 1101100 10010101 1101101 11100 0 11011 101010 1111001 10000 110010

Color Harmonies of #6C956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C956D

Black with #6C956D

Text Example


Text Example

White with #6C956D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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