Html Css Color HEX #7AB175 Amulet

📋 copy color: '#7AB175'

red 122 ◦ green 177 ◦ blue 117

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

Shades of Amulet #7AB175

Tints of Amulet #7AB175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.55%

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

R = 29.33%
G = 42.55%
B = 28.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7AB175 (or 0x7AB175) is known color: Amulet. HEX triplet: 7A, B1 and 75. RGB value is (122,177,117). Sum of RGB (Red+Green+Blue) = 122+177+117=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 177 (69.53% from 255 or 42.55% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB175 is #854E8A. Grayscale: #999999. Windows color (decimal): -8736395 or 7713146. OLE color: 7713146.

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

Color convert

RGB 122 177 117 -
CMYK 0.31 0 0.34 0.31
HSL 115º 0.28% 0.58% -
HSV(B) 115º 0.34% 0.69% -
XYZ 26.96 36.87 22.52 -
YUV 153.72 107.28 105.38 -
System Red Green Blue C M Y K H S L
Decimal 122 177 117 0.31 0 0.34 0.31 115 0.28 0.58
Hex 7A B1 75 1F 0 22 1F 73 1C 3A
Octal 172 261 165 37 0 42 37 163 34 72
Binary 1111010 10110001 1110101 11111 0 100010 11111 1110011 11100 111010

Color Harmonies of #7AB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB175

Black with #7AB175

Text Example


Text Example

White with #7AB175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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