Html Css Color HEX #6D9E68 Amulet

📋 copy color: '#6D9E68'

red 109 ◦ green 158 ◦ blue 104

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

Shades of Amulet #6D9E68

Tints of Amulet #6D9E68

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.59%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 29.38%
G = 42.59%
B = 28.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#6D9E68 (or 0x6D9E68) is known color: Amulet. HEX triplet: 6D, 9E and 68. RGB value is (109,158,104). Sum of RGB (Red+Green+Blue) = 109+158+104=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #6D9E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9E68 is #926197. Grayscale: #898989. Windows color (decimal): -9593240 or 6856301. OLE color: 6856301.

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

Color convert

RGB 109 158 104 -
CMYK 0.31 0 0.34 0.38
HSL 114.44º 0.22% 0.51% -
HSV(B) 114.44º 0.34% 0.62% -
XYZ 21.03 28.7 17.53 -
YUV 137.19 109.27 107.89 -
System Red Green Blue C M Y K H S L
Decimal 109 158 104 0.31 0 0.34 0.38 114.44 0.22 0.51
Hex 6D 9E 68 1F 0 22 26 72 16 33
Octal 155 236 150 37 0 42 46 162 26 63
Binary 1101101 10011110 1101000 11111 0 100010 100110 1110010 10110 110011

Color Harmonies of #6D9E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9E68

Black with #6D9E68

Text Example


Text Example

White with #6D9E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,158,104); }

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

background-color css

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

 a { background-color: rgb(109,158,104); }

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

border-color css

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

 span { border-color: rgb(109,158,104); }

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