Html Css Color HEX #7AAF68 Amulet

📋 copy color: '#7AAF68'

red 122 ◦ green 175 ◦ blue 104

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

Shades of Amulet #7AAF68

Tints of Amulet #7AAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.64%

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 30.42%
G = 43.64%
B = 25.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7AAF68 (or 0x7AAF68) is known color: Amulet. HEX triplet: 7A, AF and 68. RGB value is (122,175,104). Sum of RGB (Red+Green+Blue) = 122+175+104=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF68 is #855097. Grayscale: #979797. Windows color (decimal): -8736920 or 6860666. OLE color: 6860666.

HSL color Cylindrical-coordinate representation of color #7AAF68: hue angle of 104.79º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AAF68 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 175 104 -
CMYK 0.30 0 0.41 0.31
HSL 104.79º 0.31% 0.55% -
HSV(B) 104.79º 0.41% 0.69% -
XYZ 25.85 35.8 18.64 -
YUV 151.06 101.44 107.27 -
System Red Green Blue C M Y K H S L
Decimal 122 175 104 0.30 0 0.41 0.31 104.79 0.31 0.55
Hex 7A AF 68 1E 0 29 1F 69 1F 37
Octal 172 257 150 36 0 51 37 151 37 67
Binary 1111010 10101111 1101000 11110 0 101001 11111 1101001 11111 110111

Color Harmonies of #7AAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF68

Black with #7AAF68

Text Example


Text Example

White with #7AAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,175,104); }

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

background-color css

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

 a { background-color: rgb(122,175,104); }

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

border-color css

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

 span { border-color: rgb(122,175,104); }

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