#7F8A57

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

Shades of Finch #7F8A57

Tints of Finch #7F8A57

Color information

#7F8A57 (or 0x7F8A57) is unknown color: approx Finch. HEX triplet: 7F, 8A and 57. RGB value is (127,138,87). Sum of RGB (Red+Green+Blue) = 127+138+87=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A57 is #8075A8. Grayscale: #818181. Windows color (decimal): -8418729 or 5737087. OLE color: 5737087.

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

Color convert

RGB12713887-
CMYK0.0800.370.46
HSL72.94º22.67%44.12%-
HSV(B)72.94º36.96%54.12%-
XYZ19.5623.3812.5-
YUV128.9104.36126.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 138 (54.30% from 255) = 39.20%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=36.08%
G=39.20%
B=24.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138870.0800.370.4672.9422.6744.12
Hex7F8A5780252E49172c
Octal17721212710045561112754
Binary111111110001010101011110000100101101110100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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