Html Css Color HEX #7AAF75 Amulet

📋 copy color: '#7AAF75'

red 122 ◦ green 175 ◦ blue 117

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

Shades of Amulet #7AAF75

Tints of Amulet #7AAF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 29.47%
G = 42.27%
B = 28.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#7AAF75 (or 0x7AAF75) is known color: Amulet. HEX triplet: 7A, AF and 75. RGB value is (122,175,117). Sum of RGB (Red+Green+Blue) = 122+175+117=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF75 is #85508A. Grayscale: #989898. Windows color (decimal): -8736907 or 7712634. OLE color: 7712634.

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

Color convert

RGB 122 175 117 -
CMYK 0.30 0 0.33 0.31
HSL 114.83º 0.27% 0.57% -
HSV(B) 114.83º 0.33% 0.69% -
XYZ 26.57 36.08 22.39 -
YUV 152.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 122 175 117 0.30 0 0.33 0.31 114.83 0.27 0.57
Hex 7A AF 75 1E 0 21 1F 73 1B 39
Octal 172 257 165 36 0 41 37 163 33 71
Binary 1111010 10101111 1110101 11110 0 100001 11111 1110011 11011 111001

Color Harmonies of #7AAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAF75

Black with #7AAF75

Text Example


Text Example

White with #7AAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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