Html Css Color HEX #7A9374 Spanish Green

📋 copy color: '#7A9374'

red 122 ◦ green 147 ◦ blue 116

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

Shades of Spanish Green #7A9374

Tints of Spanish Green #7A9374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.18%

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

R = 31.69%
G = 38.18%
B = 30.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#7A9374 (or 0x7A9374) is known color: Spanish Green. HEX triplet: 7A, 93 and 74. RGB value is (122,147,116). Sum of RGB (Red+Green+Blue) = 122+147+116=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9374 is #856C8B. Grayscale: #888888. Windows color (decimal): -8744076 or 7639930. OLE color: 7639930.

HSL color Cylindrical-coordinate representation of color #7A9374: hue angle of 108.39º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9374 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 122 147 116 -
CMYK 0.17 0 0.21 0.42
HSL 108.39º 0.13% 0.52% -
HSV(B) 108.39º 0.21% 0.58% -
XYZ 21.61 26.27 20.45 -
YUV 135.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 122 147 116 0.17 0 0.21 0.42 108.39 0.13 0.52
Hex 7A 93 74 11 0 15 2A 6C D 34
Octal 172 223 164 21 0 25 52 154 15 64
Binary 1111010 10010011 1110100 10001 0 10101 101010 1101100 1101 110100

Color Harmonies of #7A9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9374

Black with #7A9374

Text Example


Text Example

White with #7A9374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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