Html Css Color HEX #7A8D71 Spanish Green

📋 copy color: '#7A8D71'

red 122 ◦ green 141 ◦ blue 113

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

Shades of Spanish Green #7A8D71

Tints of Spanish Green #7A8D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 32.45%
G = 37.5%
B = 30.05%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#7A8D71 (or 0x7A8D71) is known color: Spanish Green. HEX triplet: 7A, 8D and 71. RGB value is (122,141,113). Sum of RGB (Red+Green+Blue) = 122+141+113=376 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.45% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A8D71 is #85728E. Grayscale: #848484. Windows color (decimal): -8745615 or 7441786. OLE color: 7441786.

HSL color Cylindrical-coordinate representation of color #7A8D71: hue angle of 100.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A8D71 is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 141 113 -
CMYK 0.13 0 0.20 0.45
HSL 100.71º 0.11% 0.5% -
HSV(B) 100.71º 0.2% 0.55% -
XYZ 20.53 24.38 19.25 -
YUV 132.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 122 141 113 0.13 0 0.20 0.45 100.71 0.11 0.5
Hex 7A 8D 71 D 0 14 2D 65 B 32
Octal 172 215 161 15 0 24 55 145 13 62
Binary 1111010 10001101 1110001 1101 0 10100 101101 1100101 1011 110010

Color Harmonies of #7A8D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8D71

Black with #7A8D71

Text Example


Text Example

White with #7A8D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,141,113); }

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

background-color css

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

 a { background-color: rgb(122,141,113); }

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

border-color css

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

 span { border-color: rgb(122,141,113); }

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