#7B8A73

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

Shades of Spanish Green #7B8A73

Tints of Spanish Green #7B8A73

Color information

#7B8A73 (or 0x7B8A73) is unknown color: approx Spanish Green. HEX triplet: 7B, 8A and 73. RGB value is (123,138,115). Sum of RGB (Red+Green+Blue) = 123+138+115=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A73 is #84758C. Grayscale: #828282. Windows color (decimal): -8680845 or 7572091. OLE color: 7572091.

HSL color Cylindrical-coordinate representation of color #7B8A73: hue angle of 99.13º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B8A73 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB123138115-
CMYK0.1100.170.46
HSL99.13º9.09%49.61%-
HSV(B)99.13º16.67%54.12%-
XYZ20.3523.6319.71-
YUV130.89119.03122.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.71%
GREEN value IS 138 (54.30% from 255) = 36.70%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=32.71%
G=36.70%
B=30.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231381150.1100.170.4699.139.0949.61
Hex7B8A73B0112E63932
Octal17321216313021561431162
Binary1111011100010101110011101101000110111011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,138,115); }

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

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

 a { background-color: rgb(123,138,115); }

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

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

 span { border-color: rgb(123,138,115); }

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