Html Css Color HEX #6AA165 Amulet

📋 copy color: '#6AA165'

red 106 ◦ green 161 ◦ blue 101

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

Shades of Amulet #6AA165

Tints of Amulet #6AA165

RGB

 RED value IS 106 (41.8% from 255) = 28.8%

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

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 28.8%
G = 43.75%
B = 27.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#6AA165 (or 0x6AA165) is known color: Amulet. HEX triplet: 6A, A1 and 65. RGB value is (106,161,101). Sum of RGB (Red+Green+Blue) = 106+161+101=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #6AA165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA165 is #955E9A. Grayscale: #898989. Windows color (decimal): -9789083 or 6660458. OLE color: 6660458.

HSL color Cylindrical-coordinate representation of color #6AA165: hue angle of 115º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA165 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB 106 161 101 -
CMYK 0.34 0 0.37 0.37
HSL 115º 0.24% 0.51% -
HSV(B) 115º 0.37% 0.63% -
XYZ 21.04 29.49 16.9 -
YUV 137.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 106 161 101 0.34 0 0.37 0.37 115 0.24 0.51
Hex 6A A1 65 22 0 25 25 73 18 33
Octal 152 241 145 42 0 45 45 163 30 63
Binary 1101010 10100001 1100101 100010 0 100101 100101 1110011 11000 110011

Color Harmonies of #6AA165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA165

Black with #6AA165

Text Example


Text Example

White with #6AA165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,161,101); }

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

background-color css

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

 a { background-color: rgb(106,161,101); }

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

border-color css

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

 span { border-color: rgb(106,161,101); }

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