Html Css Color HEX #7D9071 Spanish Green

📋 copy color: '#7D9071'

red 125 ◦ green 144 ◦ blue 113

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

Shades of Spanish Green #7D9071

Tints of Spanish Green #7D9071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.7%

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

R = 32.72%
G = 37.7%
B = 29.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#7D9071 (or 0x7D9071) is known color: Spanish Green. HEX triplet: 7D, 90 and 71. RGB value is (125,144,113). Sum of RGB (Red+Green+Blue) = 125+144+113=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #7D9071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9071 is #826F8E. Grayscale: #868686. Windows color (decimal): -8548239 or 7442557. OLE color: 7442557.

HSL color Cylindrical-coordinate representation of color #7D9071: hue angle of 96.77º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7D9071 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 144 113 -
CMYK 0.13 0 0.22 0.44
HSL 96.77º 0.12% 0.5% -
HSV(B) 96.77º 0.22% 0.56% -
XYZ 21.41 25.5 19.42 -
YUV 134.79 115.71 121.02 -
System Red Green Blue C M Y K H S L
Decimal 125 144 113 0.13 0 0.22 0.44 96.77 0.12 0.5
Hex 7D 90 71 D 0 16 2C 61 C 32
Octal 175 220 161 15 0 26 54 141 14 62
Binary 1111101 10010000 1110001 1101 0 10110 101100 1100001 1100 110010

Color Harmonies of #7D9071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9071

Black with #7D9071

Text Example


Text Example

White with #7D9071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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