Html Css Color HEX #7C9170 Spanish Green

📋 copy color: '#7C9170'

red 124 ◦ green 145 ◦ blue 112

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

Shades of Spanish Green #7C9170

Tints of Spanish Green #7C9170

RGB

 RED value IS 124 (48.83% from 255) = 32.55%

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

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 32.55%
G = 38.06%
B = 29.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#7C9170 (or 0x7C9170) is known color: Spanish Green. HEX triplet: 7C, 91 and 70. RGB value is (124,145,112). Sum of RGB (Red+Green+Blue) = 124+145+112=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C9170 is #836E8F. Grayscale: #878787. Windows color (decimal): -8613520 or 7377276. OLE color: 7377276.

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

Color convert

RGB 124 145 112 -
CMYK 0.14 0 0.23 0.43
HSL 98.18º 0.13% 0.5% -
HSV(B) 98.18º 0.23% 0.57% -
XYZ 21.36 25.71 19.17 -
YUV 134.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 124 145 112 0.14 0 0.23 0.43 98.18 0.13 0.5
Hex 7C 91 70 E 0 17 2B 62 D 32
Octal 174 221 160 16 0 27 53 142 15 62
Binary 1111100 10010001 1110000 1110 0 10111 101011 1100010 1101 110010

Color Harmonies of #7C9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9170

Black with #7C9170

Text Example


Text Example

White with #7C9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,112); }

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

background-color css

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

 a { background-color: rgb(124,145,112); }

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

border-color css

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

 span { border-color: rgb(124,145,112); }

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