Html Css Color HEX #6D9174 Laurel

📋 copy color: '#6D9174'

red 109 ◦ green 145 ◦ blue 116

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

Shades of Laurel #6D9174

Tints of Laurel #6D9174

RGB

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

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

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

R = 29.46%
G = 39.19%
B = 31.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#6D9174 (or 0x6D9174) is known color: Laurel. HEX triplet: 6D, 91 and 74. RGB value is (109,145,116). Sum of RGB (Red+Green+Blue) = 109+145+116=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9174 is #926E8B. Grayscale: #838383. Windows color (decimal): -9596556 or 7639405. OLE color: 7639405.

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

Color convert

RGB 109 145 116 -
CMYK 0.25 0 0.2 0.43
HSL 131.67º 0.14% 0.5% -
HSV(B) 131.67º 0.25% 0.57% -
XYZ 19.58 24.76 20.27 -
YUV 130.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 109 145 116 0.25 0 0.2 0.43 131.67 0.14 0.5
Hex 6D 91 74 19 0 14 2B 84 E 32
Octal 155 221 164 31 0 24 53 204 16 62
Binary 1101101 10010001 1110100 11001 0 10100 101011 10000100 1110 110010

Color Harmonies of #6D9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9174

Black with #6D9174

Text Example


Text Example

White with #6D9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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