Html Css Color HEX #6DA168 Amulet

📋 copy color: '#6DA168'

red 109 ◦ green 161 ◦ blue 104

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

Shades of Amulet #6DA168

Tints of Amulet #6DA168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.05%

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

R = 29.14%
G = 43.05%
B = 27.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#6DA168 (or 0x6DA168) is known color: Amulet. HEX triplet: 6D, A1 and 68. RGB value is (109,161,104). Sum of RGB (Red+Green+Blue) = 109+161+104=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA168 is #925E97. Grayscale: #8B8B8B. Windows color (decimal): -9592472 or 6857069. OLE color: 6857069.

HSL color Cylindrical-coordinate representation of color #6DA168: hue angle of 114.74º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA168 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 161 104 -
CMYK 0.32 0 0.35 0.37
HSL 114.74º 0.23% 0.52% -
HSV(B) 114.74º 0.35% 0.63% -
XYZ 21.55 29.74 17.7 -
YUV 138.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 109 161 104 0.32 0 0.35 0.37 114.74 0.23 0.52
Hex 6D A1 68 20 0 23 25 73 17 34
Octal 155 241 150 40 0 43 45 163 27 64
Binary 1101101 10100001 1101000 100000 0 100011 100101 1110011 10111 110100

Color Harmonies of #6DA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA168

Black with #6DA168

Text Example


Text Example

White with #6DA168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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