Html Css Color HEX #6D9073 Laurel

📋 copy color: '#6D9073'

red 109 ◦ green 144 ◦ blue 115

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

Shades of Laurel #6D9073

Tints of Laurel #6D9073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.13%

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 29.62%
G = 39.13%
B = 31.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#6D9073 (or 0x6D9073) is known color: Laurel. HEX triplet: 6D, 90 and 73. RGB value is (109,144,115). Sum of RGB (Red+Green+Blue) = 109+144+115=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9073 is #926F8C. Grayscale: #828282. Windows color (decimal): -9596813 or 7573613. OLE color: 7573613.

HSL color Cylindrical-coordinate representation of color #6D9073: hue angle of 130.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D9073 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 115 -
CMYK 0.24 0 0.20 0.44
HSL 130.29º 0.14% 0.5% -
HSV(B) 130.29º 0.24% 0.56% -
XYZ 19.37 24.44 19.92 -
YUV 130.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 109 144 115 0.24 0 0.20 0.44 130.29 0.14 0.5
Hex 6D 90 73 18 0 14 2C 82 E 32
Octal 155 220 163 30 0 24 54 202 16 62
Binary 1101101 10010000 1110011 11000 0 10100 101100 10000010 1110 110010

Color Harmonies of #6D9073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9073

Black with #6D9073

Text Example


Text Example

White with #6D9073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,115); }

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

background-color css

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

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

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

border-color css

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

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

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