#768159

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

Shades of Finch #768159

Tints of Finch #768159

Color information

#768159 (or 0x768159) is unknown color: approx Finch. HEX triplet: 76, 81 and 59. RGB value is (118,129,89). Sum of RGB (Red+Green+Blue) = 118+129+89=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #768159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768159 is #897EA6. Grayscale: #797979. Windows color (decimal): -9010855 or 5865846. OLE color: 5865846.

HSL color Cylindrical-coordinate representation of color #768159: hue angle of 76.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #768159 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB11812989-
CMYK0.0900.310.49
HSL76.5º18.35%42.75%-
HSV(B)76.5º31.01%50.59%-
XYZ17.1220.2712.46-
YUV121.15109.86125.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=35.12%
G=38.39%
B=26.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129890.0900.310.4976.518.3542.75
Hex768159901F314d122b
Octal16620113111037611152253
Binary11101101000000110110011001011111110001100110110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768159; }

 p { color: rgb(118,129,89); }

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

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

 a { background-color: rgb(118,129,89); }

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

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

 span { border-color: rgb(118,129,89); }

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