#7B8D72

Color #7B8D72 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #7B8D72

Tints of Spanish Green #7B8D72

Color information

#7B8D72 (or 0x7B8D72) is unknown color: approx Spanish Green. HEX triplet: 7B, 8D and 72. RGB value is (123,141,114). Sum of RGB (Red+Green+Blue) = 123+141+114=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #7B8D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8D72 is #84728D. Grayscale: #848484. Windows color (decimal): -8680078 or 7507323. OLE color: 7507323.

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

Color convert

RGB123141114-
CMYK0.1300.190.45
HSL100º10.59%50%-
HSV(B)100º19.15%55.29%-
XYZ20.7324.4819.55-
YUV132.54117.54121.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=32.54%
G=37.30%
B=30.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231411140.1300.190.4510010.5950
Hex7B8D72D0132D64b32
Octal17321516215023551441362
Binary1111011100011011110010110101001110110111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,141,114); }

 H1.HeaderClassName
 {
   color: #7B8D72;
 }
 .AnyTagClassName
 {
   color: #7B8D72;
 }
</style>
background-color css

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

 a { background-color: rgb(123,141,114); }

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

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

 span { border-color: rgb(123,141,114); }

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