Html Css Color HEX #7AAB6B Amulet

📋 copy color: '#7AAB6B'

red 122 ◦ green 171 ◦ blue 107

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

Shades of Amulet #7AAB6B

Tints of Amulet #7AAB6B

RGB

 RED value IS 122 (48.05% from 255) = 30.5%

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 30.5%
G = 42.75%
B = 26.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#7AAB6B (or 0x7AAB6B) is known color: Amulet. HEX triplet: 7A, AB and 6B. RGB value is (122,171,107). Sum of RGB (Red+Green+Blue) = 122+171+107=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6B is #855494. Grayscale: #959595. Windows color (decimal): -8737941 or 7056250. OLE color: 7056250.

HSL color Cylindrical-coordinate representation of color #7AAB6B: hue angle of 105.94º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7AAB6B is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 107 -
CMYK 0.29 0 0.37 0.33
HSL 105.94º 0.28% 0.55% -
HSV(B) 105.94º 0.37% 0.67% -
XYZ 25.24 34.32 19.2 -
YUV 149.05 104.27 108.7 -
System Red Green Blue C M Y K H S L
Decimal 122 171 107 0.29 0 0.37 0.33 105.94 0.28 0.55
Hex 7A AB 6B 1D 0 25 21 6A 1C 37
Octal 172 253 153 35 0 45 41 152 34 67
Binary 1111010 10101011 1101011 11101 0 100101 100001 1101010 11100 110111

Color Harmonies of #7AAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB6B

Black with #7AAB6B

Text Example


Text Example

White with #7AAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AAB6B; }

 p { color: rgb(122,171,107); }

 H1.HeaderClassName
 {
   color: #7AAB6B;
 }
 .AnyTagClassName
 {
   color: #7AAB6B;
 }
</style>

background-color css

<style>
 a { background-color: #7AAB6B; }

 a { background-color: rgb(122,171,107); }

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

border-color css

<style>
 span { border-color: #7AAB6B; }

 span { border-color: rgb(122,171,107); }

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