Html Css Color HEX #7A8974 Spanish Green

📋 copy color: '#7A8974'

red 122 ◦ green 137 ◦ blue 116

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

Shades of Spanish Green #7A8974

Tints of Spanish Green #7A8974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 32.53%
G = 36.53%
B = 30.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#7A8974 (or 0x7A8974) is known color: Spanish Green. HEX triplet: 7A, 89 and 74. RGB value is (122,137,116). Sum of RGB (Red+Green+Blue) = 122+137+116=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8974 is #85768B. Grayscale: #828282. Windows color (decimal): -8746636 or 7637370. OLE color: 7637370.

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

Color convert

RGB 122 137 116 -
CMYK 0.11 0 0.15 0.46
HSL 102.86º 0.08% 0.5% -
HSV(B) 102.86º 0.15% 0.54% -
XYZ 20.12 23.29 19.96 -
YUV 130.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 122 137 116 0.11 0 0.15 0.46 102.86 0.08 0.5
Hex 7A 89 74 B 0 F 2E 67 8 32
Octal 172 211 164 13 0 17 56 147 10 62
Binary 1111010 10001001 1110100 1011 0 1111 101110 1100111 1000 110010

Color Harmonies of #7A8974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8974

Black with #7A8974

Text Example


Text Example

White with #7A8974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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