Html Css Color HEX #6AA461 Amulet

📋 copy color: '#6AA461'

red 106 ◦ green 164 ◦ blue 97

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

Shades of Amulet #6AA461

Tints of Amulet #6AA461

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 28.88%
G = 44.69%
B = 26.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#6AA461 (or 0x6AA461) is known color: Amulet. HEX triplet: 6A, A4 and 61. RGB value is (106,164,97). Sum of RGB (Red+Green+Blue) = 106+164+97=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA461 is #955B9E. Grayscale: #8B8B8B. Windows color (decimal): -9788319 or 6399082. OLE color: 6399082.

HSL color Cylindrical-coordinate representation of color #6AA461: hue angle of 111.94º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AA461 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 164 97 -
CMYK 0.35 0 0.41 0.36
HSL 111.94º 0.27% 0.51% -
HSV(B) 111.94º 0.41% 0.64% -
XYZ 21.38 30.48 16.07 -
YUV 139.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 106 164 97 0.35 0 0.41 0.36 111.94 0.27 0.51
Hex 6A A4 61 23 0 29 24 70 1B 33
Octal 152 244 141 43 0 51 44 160 33 63
Binary 1101010 10100100 1100001 100011 0 101001 100100 1110000 11011 110011

Color Harmonies of #6AA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA461

Black with #6AA461

Text Example


Text Example

White with #6AA461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,164,97); }

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

background-color css

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

 a { background-color: rgb(106,164,97); }

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

border-color css

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

 span { border-color: rgb(106,164,97); }

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