Html Css Color HEX #7AAB6D Amulet

📋 copy color: '#7AAB6D'

red 122 ◦ green 171 ◦ blue 109

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

Shades of Amulet #7AAB6D

Tints of Amulet #7AAB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 30.35%
G = 42.54%
B = 27.11%

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

#7AAB6D (or 0x7AAB6D) is known color: Amulet. HEX triplet: 7A, AB and 6D. RGB value is (122,171,109). Sum of RGB (Red+Green+Blue) = 122+171+109=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #7AAB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAB6D is #855492. Grayscale: #959595. Windows color (decimal): -8737939 or 7187322. OLE color: 7187322.

HSL color Cylindrical-coordinate representation of color #7AAB6D: hue angle of 107.42º 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 #7AAB6D is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 171 109 -
CMYK 0.29 0 0.36 0.33
HSL 107.42º 0.27% 0.55% -
HSV(B) 107.42º 0.36% 0.67% -
XYZ 25.35 34.37 19.77 -
YUV 149.28 105.27 108.54 -
System Red Green Blue C M Y K H S L
Decimal 122 171 109 0.29 0 0.36 0.33 107.42 0.27 0.55
Hex 7A AB 6D 1D 0 24 21 6B 1B 37
Octal 172 253 155 35 0 44 41 153 33 67
Binary 1111010 10101011 1101101 11101 0 100100 100001 1101011 11011 110111

Color Harmonies of #7AAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAB6D

Black with #7AAB6D

Text Example


Text Example

White with #7AAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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