#7F8A58

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

Shades of Finch #7F8A58

Tints of Finch #7F8A58

Color information

#7F8A58 (or 0x7F8A58) is unknown color: approx Finch. HEX triplet: 7F, 8A and 58. RGB value is (127,138,88). Sum of RGB (Red+Green+Blue) = 127+138+88=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A58 is #8075A7. Grayscale: #818181. Windows color (decimal): -8418728 or 5802623. OLE color: 5802623.

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

Color convert

RGB12713888-
CMYK0.0800.360.46
HSL73.2º22.12%44.31%-
HSV(B)73.2º36.23%54.12%-
XYZ19.623.3912.71-
YUV129.01104.86126.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.98%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=35.98%
G=39.09%
B=24.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127138880.0800.360.4673.222.1244.31
Hex7F8A5880242E49162c
Octal17721213010044561112654
Binary111111110001010101100010000100100101110100100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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