Html Css Color HEX #6D7F6D Laurel

📋 copy color: '#6D7F6D'

red 109 ◦ green 127 ◦ blue 109

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

Shades of Laurel #6D7F6D

Tints of Laurel #6D7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.81%

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

R = 31.59%
G = 36.81%
B = 31.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#6D7F6D (or 0x6D7F6D) is known color: Laurel. HEX triplet: 6D, 7F and 6D. RGB value is (109,127,109). Sum of RGB (Red+Green+Blue) = 109+127+109=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 127 (50% from 255 or 36.81% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 127 - color contains mainly: green. Hex color #6D7F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7F6D is #928092. Grayscale: #777777. Windows color (decimal): -9601171 or 7176045. OLE color: 7176045.

HSL color Cylindrical-coordinate representation of color #6D7F6D: hue angle of 120º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D7F6D is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 109 127 109 -
CMYK 0.14 0 0.14 0.50
HSL 120º 0.08% 0.46% -
HSV(B) 120º 0.14% 0.5% -
XYZ 16.66 19.53 17.36 -
YUV 119.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 109 127 109 0.14 0 0.14 0.50 120 0.08 0.46
Hex 6D 7F 6D E 0 E 32 78 8 2E
Octal 155 177 155 16 0 16 62 170 10 56
Binary 1101101 1111111 1101101 1110 0 1110 110010 1111000 1000 101110

Color Harmonies of #6D7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7F6D

Black with #6D7F6D

Text Example


Text Example

White with #6D7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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