#7f8950

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

Shades of Finch #7F8950

Tints of Finch #7F8950

Color information

#7F8950 (or 0x7F8950) is unknown color: approx Finch. HEX triplet: 7F, 89 and 50. RGB value is (127,137,80). Sum of RGB (Red+Green+Blue) = 127+137+80=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8950 is #8076AF. Grayscale: #7F7F7F. Windows color (decimal): -8418992 or 5278079. OLE color: 5278079.

HSL color Cylindrical-coordinate representation of color #7F8950: hue angle of 70.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F8950 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB12713780-
CMYK0.0700.420.46
HSL70.53º26.27%42.55%-
HSV(B)70.53º41.61%53.73%-
XYZ19.1522.9811.02-
YUV127.51101.19127.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=36.92%
G=39.83%
B=23.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127137800.0700.420.4670.5326.2742.55
Hex7F8950702A2E471a2b
Octal1772111207052561073253
Binary11111111000100110100001110101010101110100011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f8950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,137,80); }

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

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

 a { background-color: rgb(127,137,80); }

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

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

 span { border-color: rgb(127,137,80); }

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