#7B8A75

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

Shades of Spanish Green #7B8A75

Tints of Spanish Green #7B8A75

Color information

#7B8A75 (or 0x7B8A75) is unknown color: approx Spanish Green. HEX triplet: 7B, 8A and 75. RGB value is (123,138,117). Sum of RGB (Red+Green+Blue) = 123+138+117=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #7B8A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8A75 is #84758A. Grayscale: #838383. Windows color (decimal): -8680843 or 7703163. OLE color: 7703163.

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

Color convert

RGB123138117-
CMYK0.1100.150.46
HSL102.86º8.24%50%-
HSV(B)102.86º15.22%54.12%-
XYZ20.4723.6720.32-
YUV131.12120.03122.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=32.54%
G=36.51%
B=30.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1231381170.1100.150.46102.868.2450
Hex7B8A75B0F2E67832
Octal17321216513017561471062
Binary111101110001010111010110110111110111011001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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