Html Css Color HEX #6D946F Laurel

📋 copy color: '#6D946F'

red 109 ◦ green 148 ◦ blue 111

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

Shades of Laurel #6D946F

Tints of Laurel #6D946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 29.62%
G = 40.22%
B = 30.16%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#6D946F (or 0x6D946F) is known color: Laurel. HEX triplet: 6D, 94 and 6F. RGB value is (109,148,111). Sum of RGB (Red+Green+Blue) = 109+148+111=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6D946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D946F is #926B90. Grayscale: #848484. Windows color (decimal): -9595793 or 7312493. OLE color: 7312493.

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

Color convert

RGB 109 148 111 -
CMYK 0.26 0 0.25 0.42
HSL 123.08º 0.15% 0.5% -
HSV(B) 123.08º 0.26% 0.58% -
XYZ 19.77 25.58 18.93 -
YUV 132.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 109 148 111 0.26 0 0.25 0.42 123.08 0.15 0.5
Hex 6D 94 6F 1A 0 19 2A 7B F 32
Octal 155 224 157 32 0 31 52 173 17 62
Binary 1101101 10010100 1101111 11010 0 11001 101010 1111011 1111 110010

Color Harmonies of #6D946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D946F

Black with #6D946F

Text Example


Text Example

White with #6D946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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