#7D8A58

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

Shades of Finch #7D8A58

Tints of Finch #7D8A58

Color information

#7D8A58 (or 0x7D8A58) is unknown color: approx Finch. HEX triplet: 7D, 8A and 58. RGB value is (125,138,88). Sum of RGB (Red+Green+Blue) = 125+138+88=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #7D8A58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8A58 is #8275A7. Grayscale: #808080. Windows color (decimal): -8549800 or 5802621. OLE color: 5802621.

HSL color Cylindrical-coordinate representation of color #7D8A58: hue angle of 75.6º 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 #7D8A58 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB12513888-
CMYK0.0900.360.46
HSL75.6º22.12%44.31%-
HSV(B)75.6º36.23%54.12%-
XYZ19.3123.2412.7-
YUV128.41105.19125.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.61%
GREEN value IS 138 (54.30% from 255) = 39.32%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=35.61%
G=39.32%
B=25.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125138880.0900.360.4675.622.1244.31
Hex7D8A5890242E4c162c
Octal17521213011044561142654
Binary111110110001010101100010010100100101110100110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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