#7D9274

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

Shades of Spanish Green #7D9274

Tints of Spanish Green #7D9274

Color information

#7D9274 (or 0x7D9274) is unknown color: approx Spanish Green. HEX triplet: 7D, 92 and 74. RGB value is (125,146,116). Sum of RGB (Red+Green+Blue) = 125+146+116=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #7D9274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9274 is #826D8B. Grayscale: #888888. Windows color (decimal): -8547724 or 7639677. OLE color: 7639677.

HSL color Cylindrical-coordinate representation of color #7D9274: hue angle of 102º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D9274 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB125146116-
CMYK0.1400.210.43
HSL102º12.1%51.37%-
HSV(B)102º20.55%57.25%-
XYZ21.8926.1820.42-
YUV136.3116.54119.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.30%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 116 (45.70% from 255) = 29.97%
R=32.30%
G=37.73%
B=29.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1251461160.1400.210.4310212.151.37
Hex7D9274E0152B66c33
Octal17522216416025531461463
Binary1111101100100101110100111001010110101111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,146,116); }

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

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

 a { background-color: rgb(125,146,116); }

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

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

 span { border-color: rgb(125,146,116); }

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