#7D867A

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

Shades of Spanish Green #7D867A

Tints of Spanish Green #7D867A

Color information

#7D867A (or 0x7D867A) is unknown color: approx Spanish Green. HEX triplet: 7D, 86 and 7A. RGB value is (125,134,122). Sum of RGB (Red+Green+Blue) = 125+134+122=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #7D867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D867A is #827985. Grayscale: #818181. Windows color (decimal): -8550790 or 8029821. OLE color: 8029821.

HSL color Cylindrical-coordinate representation of color #7D867A: hue angle of 105º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D867A is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB125134122-
CMYK0.0700.090.47
HSL105º4.72%50.2%-
HSV(B)105º8.96%52.55%-
XYZ20.522.8221.74-
YUV129.94123.52124.48-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.81%
GREEN value IS 134 (52.73% from 255) = 35.17%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=32.81%
G=35.17%
B=32.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1251341220.0700.090.471054.7250.2
Hex7D867A7092F69532
Octal175206172701157151562
Binary1111101100001101111010111010011011111101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,134,122); }

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

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

 a { background-color: rgb(125,134,122); }

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

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

 span { border-color: rgb(125,134,122); }

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