Html Css Color HEX #6D996B Laurel

📋 copy color: '#6D996B'

red 109 ◦ green 153 ◦ blue 107

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

Shades of Laurel #6D996B

Tints of Laurel #6D996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 29.54%
G = 41.46%
B = 29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#6D996B (or 0x6D996B) is known color: Laurel. HEX triplet: 6D, 99 and 6B. RGB value is (109,153,107). Sum of RGB (Red+Green+Blue) = 109+153+107=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #6D996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D996B is #926694. Grayscale: #868686. Windows color (decimal): -9594517 or 7051629. OLE color: 7051629.

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

Color convert

RGB 109 153 107 -
CMYK 0.29 0 0.30 0.4
HSL 117.39º 0.18% 0.51% -
HSV(B) 117.39º 0.3% 0.6% -
XYZ 20.35 27.1 18.07 -
YUV 134.6 112.42 109.74 -
System Red Green Blue C M Y K H S L
Decimal 109 153 107 0.29 0 0.30 0.4 117.39 0.18 0.51
Hex 6D 99 6B 1D 0 1E 28 75 12 33
Octal 155 231 153 35 0 36 50 165 22 63
Binary 1101101 10011001 1101011 11101 0 11110 101000 1110101 10010 110011

Color Harmonies of #6D996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D996B

Black with #6D996B

Text Example


Text Example

White with #6D996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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