Html Css Color HEX #7AAB6E Amulet

📋 copy color: '#7AAB6E'

red 122 ◦ green 171 ◦ blue 110

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

Shades of Amulet #7AAB6E

Tints of Amulet #7AAB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.3%

R = 30.27%
G = 42.43%
B = 27.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7AAB6E (or 0x7AAB6E) is known color: Amulet. HEX triplet: 7A, AB and 6E. RGB value is (122,171,110). Sum of RGB (Red+Green+Blue) = 122+171+110=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6E is #855491. Grayscale: #959595. Windows color (decimal): -8737938 or 7252858. OLE color: 7252858.

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

Color convert

RGB 122 171 110 -
CMYK 0.29 0 0.36 0.33
HSL 108.2º 0.27% 0.55% -
HSV(B) 108.2º 0.36% 0.67% -
XYZ 25.4 34.39 20.05 -
YUV 149.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 122 171 110 0.29 0 0.36 0.33 108.2 0.27 0.55
Hex 7A AB 6E 1D 0 24 21 6C 1B 37
Octal 172 253 156 35 0 44 41 154 33 67
Binary 1111010 10101011 1101110 11101 0 100100 100001 1101100 11011 110111

Color Harmonies of #7AAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB6E

Black with #7AAB6E

Text Example


Text Example

White with #7AAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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