Html Css Color HEX #7D9171 Spanish Green

📋 copy color: '#7D9171'

red 125 ◦ green 145 ◦ blue 113

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

Shades of Spanish Green #7D9171

Tints of Spanish Green #7D9171

RGB

 RED value IS 125 (49.22% from 255) = 32.64%

 GREEN value IS 145 (57.03% from 255) = 37.86%

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

R = 32.64%
G = 37.86%
B = 29.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#7D9171 (or 0x7D9171) is known color: Spanish Green. HEX triplet: 7D, 91 and 71. RGB value is (125,145,113). Sum of RGB (Red+Green+Blue) = 125+145+113=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9171 is #826E8E. Grayscale: #878787. Windows color (decimal): -8547983 or 7442813. OLE color: 7442813.

HSL color Cylindrical-coordinate representation of color #7D9171: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9171 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 145 113 -
CMYK 0.14 0 0.22 0.43
HSL 97.5º 0.13% 0.51% -
HSV(B) 97.5º 0.22% 0.57% -
XYZ 21.56 25.8 19.47 -
YUV 135.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 125 145 113 0.14 0 0.22 0.43 97.5 0.13 0.51
Hex 7D 91 71 E 0 16 2B 62 D 33
Octal 175 221 161 16 0 26 53 142 15 63
Binary 1111101 10010001 1110001 1110 0 10110 101011 1100010 1101 110011

Color Harmonies of #7D9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9171

Black with #7D9171

Text Example


Text Example

White with #7D9171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,145,113); }

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

background-color css

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

 a { background-color: rgb(125,145,113); }

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

border-color css

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

 span { border-color: rgb(125,145,113); }

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