Html Css Color HEX #6D916B Laurel

📋 copy color: '#6D916B'

red 109 ◦ green 145 ◦ blue 107

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

Shades of Laurel #6D916B

Tints of Laurel #6D916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 30.19%
G = 40.17%
B = 29.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#6D916B (or 0x6D916B) is known color: Laurel. HEX triplet: 6D, 91 and 6B. RGB value is (109,145,107). Sum of RGB (Red+Green+Blue) = 109+145+107=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #6D916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D916B is #926E94. Grayscale: #828282. Windows color (decimal): -9596565 or 7049581. OLE color: 7049581.

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

Color convert

RGB 109 145 107 -
CMYK 0.25 0 0.26 0.43
HSL 116.84º 0.15% 0.49% -
HSV(B) 116.84º 0.26% 0.57% -
XYZ 19.09 24.56 17.65 -
YUV 129.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 109 145 107 0.25 0 0.26 0.43 116.84 0.15 0.49
Hex 6D 91 6B 19 0 1A 2B 75 F 31
Octal 155 221 153 31 0 32 53 165 17 61
Binary 1101101 10010001 1101011 11001 0 11010 101011 1110101 1111 110001

Color Harmonies of #6D916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D916B

Black with #6D916B

Text Example


Text Example

White with #6D916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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