Html Css Color HEX #6D956A Laurel

📋 copy color: '#6D956A'

red 109 ◦ green 149 ◦ blue 106

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

Shades of Laurel #6D956A

Tints of Laurel #6D956A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 29.95%
G = 40.93%
B = 29.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#6D956A (or 0x6D956A) is known color: Laurel. HEX triplet: 6D, 95 and 6A. RGB value is (109,149,106). Sum of RGB (Red+Green+Blue) = 109+149+106=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #6D956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D956A is #926A95. Grayscale: #848484. Windows color (decimal): -9595542 or 6985069. OLE color: 6985069.

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

Color convert

RGB 109 149 106 -
CMYK 0.27 0 0.29 0.42
HSL 115.81º 0.17% 0.5% -
HSV(B) 115.81º 0.29% 0.58% -
XYZ 19.66 25.79 17.58 -
YUV 132.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 109 149 106 0.27 0 0.29 0.42 115.81 0.17 0.5
Hex 6D 95 6A 1B 0 1D 2A 74 11 32
Octal 155 225 152 33 0 35 52 164 21 62
Binary 1101101 10010101 1101010 11011 0 11101 101010 1110100 10001 110010

Color Harmonies of #6D956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D956A

Black with #6D956A

Text Example


Text Example

White with #6D956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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