Html Css Color HEX #6D986D Laurel

📋 copy color: '#6D986D'

red 109 ◦ green 152 ◦ blue 109

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

Shades of Laurel #6D986D

Tints of Laurel #6D986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.46%

R = 29.46%
G = 41.08%
B = 29.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#6D986D (or 0x6D986D) is known color: Laurel. HEX triplet: 6D, 98 and 6D. RGB value is (109,152,109). Sum of RGB (Red+Green+Blue) = 109+152+109=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #6D986D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D986D is #926792. Grayscale: #868686. Windows color (decimal): -9594771 or 7182445. OLE color: 7182445.

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

Color convert

RGB 109 152 109 -
CMYK 0.28 0 0.28 0.40
HSL 120º 0.17% 0.51% -
HSV(B) 120º 0.28% 0.6% -
XYZ 20.3 26.81 18.57 -
YUV 134.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 109 152 109 0.28 0 0.28 0.40 120 0.17 0.51
Hex 6D 98 6D 1C 0 1C 28 78 11 33
Octal 155 230 155 34 0 34 50 170 21 63
Binary 1101101 10011000 1101101 11100 0 11100 101000 1111000 10001 110011

Color Harmonies of #6D986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D986D

Black with #6D986D

Text Example


Text Example

White with #6D986D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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