Html Css Color HEX #6D946B Laurel

📋 copy color: '#6D946B'

red 109 ◦ green 148 ◦ blue 107

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

Shades of Laurel #6D946B

Tints of Laurel #6D946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 29.95%
G = 40.66%
B = 29.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6D946B (or 0x6D946B) is known color: Laurel. HEX triplet: 6D, 94 and 6B. RGB value is (109,148,107). Sum of RGB (Red+Green+Blue) = 109+148+107=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #6D946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D946B is #926B94. Grayscale: #838383. Windows color (decimal): -9595797 or 7050349. OLE color: 7050349.

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

Color convert

RGB 109 148 107 -
CMYK 0.26 0 0.28 0.42
HSL 117.07º 0.16% 0.5% -
HSV(B) 117.07º 0.28% 0.58% -
XYZ 19.55 25.49 17.8 -
YUV 131.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 109 148 107 0.26 0 0.28 0.42 117.07 0.16 0.5
Hex 6D 94 6B 1A 0 1C 2A 75 10 32
Octal 155 224 153 32 0 34 52 165 20 62
Binary 1101101 10010100 1101011 11010 0 11100 101010 1110101 10000 110010

Color Harmonies of #6D946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D946B

Black with #6D946B

Text Example


Text Example

White with #6D946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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