#7F8650

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

Shades of Finch #7F8650

Tints of Finch #7F8650

Color information

#7F8650 (or 0x7F8650) is unknown color: approx Finch. HEX triplet: 7F, 86 and 50. RGB value is (127,134,80). Sum of RGB (Red+Green+Blue) = 127+134+80=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8650 is #8079AF. Grayscale: #7D7D7D. Windows color (decimal): -8419760 or 5277311. OLE color: 5277311.

HSL color Cylindrical-coordinate representation of color #7F8650: hue angle of 67.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F8650 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB12713480-
CMYK0.0500.400.47
HSL67.78º25.23%41.96%-
HSV(B)67.78º40.3%52.55%-
XYZ18.7322.1410.88-
YUV125.75102.18128.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=37.24%
G=39.30%
B=23.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134800.0500.400.4767.7825.2341.96
Hex7F865050282F44192a
Octal1772061205050571043152
Binary11111111000011010100001010101000101111100010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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