Html Css Color HEX #6D9271 Laurel

📋 copy color: '#6D9271'

red 109 ◦ green 146 ◦ blue 113

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

Shades of Laurel #6D9271

Tints of Laurel #6D9271

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.67%

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 29.62%
G = 39.67%
B = 30.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#6D9271 (or 0x6D9271) is known color: Laurel. HEX triplet: 6D, 92 and 71. RGB value is (109,146,113). Sum of RGB (Red+Green+Blue) = 109+146+113=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9271 is #926D8E. Grayscale: #838383. Windows color (decimal): -9596303 or 7443053. OLE color: 7443053.

HSL color Cylindrical-coordinate representation of color #6D9271: hue angle of 126.49º degrees, saturation: 0.15, 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 #6D9271 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 113 -
CMYK 0.25 0 0.23 0.43
HSL 126.49º 0.15% 0.5% -
HSV(B) 126.49º 0.25% 0.57% -
XYZ 19.57 25 19.42 -
YUV 131.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 109 146 113 0.25 0 0.23 0.43 126.49 0.15 0.5
Hex 6D 92 71 19 0 17 2B 7E F 32
Octal 155 222 161 31 0 27 53 176 17 62
Binary 1101101 10010010 1110001 11001 0 10111 101011 1111110 1111 110010

Color Harmonies of #6D9271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9271

Black with #6D9271

Text Example


Text Example

White with #6D9271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,113); }

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

background-color css

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

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

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

border-color css

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

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

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