Html Css Color HEX #6D986C Laurel

📋 copy color: '#6D986C'

red 109 ◦ green 152 ◦ blue 108

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

Shades of Laurel #6D986C

Tints of Laurel #6D986C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

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

R = 29.54%
G = 41.19%
B = 29.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#6D986C (or 0x6D986C) is known color: Laurel. HEX triplet: 6D, 98 and 6C. RGB value is (109,152,108). Sum of RGB (Red+Green+Blue) = 109+152+108=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 152 - color contains mainly: green. Hex color #6D986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D986C is #926793. Grayscale: #868686. Windows color (decimal): -9594772 or 7116909. OLE color: 7116909.

HSL color Cylindrical-coordinate representation of color #6D986C: hue angle of 118.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D986C is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 108 -
CMYK 0.28 0 0.29 0.40
HSL 118.64º 0.18% 0.51% -
HSV(B) 118.64º 0.29% 0.6% -
XYZ 20.24 26.79 18.29 -
YUV 134.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 109 152 108 0.28 0 0.29 0.40 118.64 0.18 0.51
Hex 6D 98 6C 1C 0 1D 28 77 12 33
Octal 155 230 154 34 0 35 50 167 22 63
Binary 1101101 10011000 1101100 11100 0 11101 101000 1110111 10010 110011

Color Harmonies of #6D986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D986C

Black with #6D986C

Text Example


Text Example

White with #6D986C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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