#7B8C72

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

Shades of Spanish Green #7B8C72

Tints of Spanish Green #7B8C72

Color information

#7B8C72 (or 0x7B8C72) is unknown color: approx Spanish Green. HEX triplet: 7B, 8C and 72. RGB value is (123,140,114). Sum of RGB (Red+Green+Blue) = 123+140+114=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8C72 is #84738D. Grayscale: #848484. Windows color (decimal): -8680334 or 7507067. OLE color: 7507067.

HSL color Cylindrical-coordinate representation of color #7B8C72: hue angle of 99.23º degrees, saturation: 0.1, 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 #7B8C72 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB123140114-
CMYK0.1200.190.45
HSL99.23º10.24%49.8%-
HSV(B)99.23º18.57%54.9%-
XYZ20.5824.1819.5-
YUV131.95117.87121.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.63%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=32.63%
G=37.14%
B=30.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231401140.1200.190.4599.2310.2449.8
Hex7B8C72C0132D63a32
Octal17321416214023551431262
Binary1111011100011001110010110001001110110111000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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