Html Css Color HEX #6D856D Laurel

📋 copy color: '#6D856D'

red 109 ◦ green 133 ◦ blue 109

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

Shades of Laurel #6D856D

Tints of Laurel #6D856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.89%

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

R = 31.05%
G = 37.89%
B = 31.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#6D856D (or 0x6D856D) is known color: Laurel. HEX triplet: 6D, 85 and 6D. RGB value is (109,133,109). Sum of RGB (Red+Green+Blue) = 109+133+109=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856D is #927A92. Grayscale: #7B7B7B. Windows color (decimal): -9599635 or 7177581. OLE color: 7177581.

HSL color Cylindrical-coordinate representation of color #6D856D: hue angle of 120º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D856D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 109 -
CMYK 0.18 0 0.18 0.48
HSL 120º 0.1% 0.47% -
HSV(B) 120º 0.18% 0.52% -
XYZ 17.45 21.13 17.63 -
YUV 123.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 109 133 109 0.18 0 0.18 0.48 120 0.1 0.47
Hex 6D 85 6D 12 0 12 30 78 A 2F
Octal 155 205 155 22 0 22 60 170 12 57
Binary 1101101 10000101 1101101 10010 0 10010 110000 1111000 1010 101111

Color Harmonies of #6D856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D856D

Black with #6D856D

Text Example


Text Example

White with #6D856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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