Html Css Color HEX #7AA075 Amulet

📋 copy color: '#7AA075'

red 122 ◦ green 160 ◦ blue 117

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

Shades of Amulet #7AA075

Tints of Amulet #7AA075

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.1%

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

R = 30.58%
G = 40.1%
B = 29.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#7AA075 (or 0x7AA075) is known color: Amulet. HEX triplet: 7A, A0 and 75. RGB value is (122,160,117). Sum of RGB (Red+Green+Blue) = 122+160+117=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AA075 is #855F8A. Grayscale: #8F8F8F. Windows color (decimal): -8740747 or 7708794. OLE color: 7708794.

HSL color Cylindrical-coordinate representation of color #7AA075: hue angle of 113.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7AA075 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 117 -
CMYK 0.24 0 0.27 0.37
HSL 113.02º 0.18% 0.54% -
HSV(B) 113.02º 0.27% 0.63% -
XYZ 23.81 30.56 21.47 -
YUV 143.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 122 160 117 0.24 0 0.27 0.37 113.02 0.18 0.54
Hex 7A A0 75 18 0 1B 25 71 12 36
Octal 172 240 165 30 0 33 45 161 22 66
Binary 1111010 10100000 1110101 11000 0 11011 100101 1110001 10010 110110

Color Harmonies of #7AA075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA075

Black with #7AA075

Text Example


Text Example

White with #7AA075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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