#7f864b

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

Shades of Finch #7F864B

Tints of Finch #7F864B

Color information

#7F864B (or 0x7F864B) is unknown color: approx Finch. HEX triplet: 7F, 86 and 4B. RGB value is (127,134,75). Sum of RGB (Red+Green+Blue) = 127+134+75=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #7F864B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F864B is #8079B4. Grayscale: #7D7D7D. Windows color (decimal): -8419765 or 4949631. OLE color: 4949631.

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

Color convert

RGB12713475-
CMYK0.0500.440.47
HSL67.12º28.23%40.98%-
HSV(B)67.12º44.03%52.55%-
XYZ18.5522.079.94-
YUV125.1899.68129.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.80%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=37.80%
G=39.88%
B=22.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127134750.0500.440.4767.1228.2340.98
Hex7F864B502C2F431c29
Octal1772061135054571033451
Binary11111111000011010010111010101100101111100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f864b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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