Html Css Color HEX #6D946C Laurel

📋 copy color: '#6D946C'

red 109 ◦ green 148 ◦ blue 108

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

Shades of Laurel #6D946C

Tints of Laurel #6D946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 29.86%
G = 40.55%
B = 29.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#6D946C (or 0x6D946C) is known color: Laurel. HEX triplet: 6D, 94 and 6C. RGB value is (109,148,108). Sum of RGB (Red+Green+Blue) = 109+148+108=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #6D946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D946C is #926B93. Grayscale: #838383. Windows color (decimal): -9595796 or 7115885. OLE color: 7115885.

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

Color convert

RGB 109 148 108 -
CMYK 0.26 0 0.27 0.42
HSL 118.5º 0.16% 0.5% -
HSV(B) 118.5º 0.27% 0.58% -
XYZ 19.6 25.51 18.08 -
YUV 131.78 114.58 111.75 -
System Red Green Blue C M Y K H S L
Decimal 109 148 108 0.26 0 0.27 0.42 118.5 0.16 0.5
Hex 6D 94 6C 1A 0 1B 2A 76 10 32
Octal 155 224 154 32 0 33 52 166 20 62
Binary 1101101 10010100 1101100 11010 0 11011 101010 1110110 10000 110010

Color Harmonies of #6D946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D946C

Black with #6D946C

Text Example


Text Example

White with #6D946C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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