Html Css Color HEX #7AB272 Amulet

📋 copy color: '#7AB272'

red 122 ◦ green 178 ◦ blue 114

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

Shades of Amulet #7AB272

Tints of Amulet #7AB272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 29.47%
G = 43%
B = 27.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#7AB272 (or 0x7AB272) is known color: Amulet. HEX triplet: 7A, B2 and 72. RGB value is (122,178,114). Sum of RGB (Red+Green+Blue) = 122+178+114=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB272 is #854D8D. Grayscale: #9A9A9A. Windows color (decimal): -8736142 or 7516794. OLE color: 7516794.

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

Color convert

RGB 122 178 114 -
CMYK 0.31 0 0.36 0.30
HSL 112.5º 0.29% 0.57% -
HSV(B) 112.5º 0.36% 0.7% -
XYZ 26.98 37.19 21.68 -
YUV 153.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 122 178 114 0.31 0 0.36 0.30 112.5 0.29 0.57
Hex 7A B2 72 1F 0 24 1E 70 1D 39
Octal 172 262 162 37 0 44 36 160 35 71
Binary 1111010 10110010 1110010 11111 0 100100 11110 1110000 11101 111001

Color Harmonies of #7AB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB272

Black with #7AB272

Text Example


Text Example

White with #7AB272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,178,114); }

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

background-color css

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

 a { background-color: rgb(122,178,114); }

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

border-color css

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

 span { border-color: rgb(122,178,114); }

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