Html Css Color HEX #7A8972 Spanish Green

📋 copy color: '#7A8972'

red 122 ◦ green 137 ◦ blue 114

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

Shades of Spanish Green #7A8972

Tints of Spanish Green #7A8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.73%

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

R = 32.71%
G = 36.73%
B = 30.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#7A8972 (or 0x7A8972) is known color: Spanish Green. HEX triplet: 7A, 89 and 72. RGB value is (122,137,114). Sum of RGB (Red+Green+Blue) = 122+137+114=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8972 is #85768D. Grayscale: #818181. Windows color (decimal): -8746638 or 7506298. OLE color: 7506298.

HSL color Cylindrical-coordinate representation of color #7A8972: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7A8972 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 137 114 -
CMYK 0.11 0 0.17 0.46
HSL 99.13º 0.09% 0.49% -
HSV(B) 99.13º 0.17% 0.54% -
XYZ 20.01 23.24 19.35 -
YUV 129.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 122 137 114 0.11 0 0.17 0.46 99.13 0.09 0.49
Hex 7A 89 72 B 0 11 2E 63 9 31
Octal 172 211 162 13 0 21 56 143 11 61
Binary 1111010 10001001 1110010 1011 0 10001 101110 1100011 1001 110001

Color Harmonies of #7A8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8972

Black with #7A8972

Text Example


Text Example

White with #7A8972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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