Html Css Color HEX #6D9074 Laurel

📋 copy color: '#6D9074'

red 109 ◦ green 144 ◦ blue 116

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

Shades of Laurel #6D9074

Tints of Laurel #6D9074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 29.54%
G = 39.02%
B = 31.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#6D9074 (or 0x6D9074) is known color: Laurel. HEX triplet: 6D, 90 and 74. RGB value is (109,144,116). Sum of RGB (Red+Green+Blue) = 109+144+116=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9074 is #926F8B. Grayscale: #828282. Windows color (decimal): -9596812 or 7639149. OLE color: 7639149.

HSL color Cylindrical-coordinate representation of color #6D9074: hue angle of 132º 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 #6D9074 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 116 -
CMYK 0.24 0 0.19 0.44
HSL 132º 0.14% 0.5% -
HSV(B) 132º 0.24% 0.56% -
XYZ 19.43 24.46 20.22 -
YUV 130.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 109 144 116 0.24 0 0.19 0.44 132 0.14 0.5
Hex 6D 90 74 18 0 13 2C 84 E 32
Octal 155 220 164 30 0 23 54 204 16 62
Binary 1101101 10010000 1110100 11000 0 10011 101100 10000100 1110 110010

Color Harmonies of #6D9074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9074

Black with #6D9074

Text Example


Text Example

White with #6D9074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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