Html Css Color HEX #6D956B Laurel

📋 copy color: '#6D956B'

red 109 ◦ green 149 ◦ blue 107

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

Shades of Laurel #6D956B

Tints of Laurel #6D956B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 29.86%
G = 40.82%
B = 29.32%

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

#6D956B (or 0x6D956B) is known color: Laurel. HEX triplet: 6D, 95 and 6B. RGB value is (109,149,107). Sum of RGB (Red+Green+Blue) = 109+149+107=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #6D956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D956B is #926A94. Grayscale: #848484. Windows color (decimal): -9595541 or 7050605. OLE color: 7050605.

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

Color convert

RGB 109 149 107 -
CMYK 0.27 0 0.28 0.42
HSL 117.14º 0.17% 0.5% -
HSV(B) 117.14º 0.28% 0.58% -
XYZ 19.71 25.81 17.85 -
YUV 132.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 109 149 107 0.27 0 0.28 0.42 117.14 0.17 0.5
Hex 6D 95 6B 1B 0 1C 2A 75 11 32
Octal 155 225 153 33 0 34 52 165 21 62
Binary 1101101 10010101 1101011 11011 0 11100 101010 1110101 10001 110010

Color Harmonies of #6D956B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D956B

Black with #6D956B

Text Example


Text Example

White with #6D956B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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