#7F8A7D

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

Shades of Spanish Green #7F8A7D

Tints of Spanish Green #7F8A7D

Color information

#7F8A7D (or 0x7F8A7D) is unknown color: approx Spanish Green. HEX triplet: 7F, 8A and 7D. RGB value is (127,138,125). Sum of RGB (Red+Green+Blue) = 127+138+125=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A7D is #807582. Grayscale: #858585. Windows color (decimal): -8418691 or 8227455. OLE color: 8227455.

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

Color convert

RGB127138125-
CMYK0.0800.090.46
HSL110.77º5.26%51.57%-
HSV(B)110.77º9.42%54.12%-
XYZ21.5424.1722.93-
YUV133.23123.36123.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.56%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=32.56%
G=35.38%
B=32.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1271381250.0800.090.46110.775.2651.57
Hex7F8A7D8092E6f534
Octal1772121751001156157564
Binary11111111000101011111011000010011011101101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,138,125); }

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

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

 a { background-color: rgb(127,138,125); }

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

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

 span { border-color: rgb(127,138,125); }

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