Html Css Color HEX #6D9D5F Amulet

📋 copy color: '#6D9D5F'

red 109 ◦ green 157 ◦ blue 95

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

Shades of Amulet #6D9D5F

Tints of Amulet #6D9D5F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.49%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 30.19%
G = 43.49%
B = 26.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#6D9D5F (or 0x6D9D5F) is known color: Amulet. HEX triplet: 6D, 9D and 5F. RGB value is (109,157,95). Sum of RGB (Red+Green+Blue) = 109+157+95=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #6D9D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9D5F is #9262A0. Grayscale: #878787. Windows color (decimal): -9593505 or 6266221. OLE color: 6266221.

HSL color Cylindrical-coordinate representation of color #6D9D5F: hue angle of 106.45º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D9D5F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 109 157 95 -
CMYK 0.31 0 0.39 0.38
HSL 106.45º 0.25% 0.49% -
HSV(B) 106.45º 0.39% 0.62% -
XYZ 20.43 28.19 15.19 -
YUV 135.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 109 157 95 0.31 0 0.39 0.38 106.45 0.25 0.49
Hex 6D 9D 5F 1F 0 27 26 6A 19 31
Octal 155 235 137 37 0 47 46 152 31 61
Binary 1101101 10011101 1011111 11111 0 100111 100110 1101010 11001 110001

Color Harmonies of #6D9D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9D5F

Black with #6D9D5F

Text Example


Text Example

White with #6D9D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,157,95); }

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

background-color css

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

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

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

border-color css

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

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

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