#768045

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

Shades of Finch #768045

Tints of Finch #768045

Color information

#768045 (or 0x768045) is unknown color: approx Finch. HEX triplet: 76, 80 and 45. RGB value is (118,128,69). Sum of RGB (Red+Green+Blue) = 118+128+69=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #768045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768045 is #897FBA. Grayscale: #767676. Windows color (decimal): -9011131 or 4554870. OLE color: 4554870.

HSL color Cylindrical-coordinate representation of color #768045: hue angle of 70.17º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768045 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB11812869-
CMYK0.0800.460.50
HSL70.17º29.95%38.63%-
HSV(B)70.17º46.09%50.2%-
XYZ16.2619.728.58-
YUV118.28100.19127.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=37.46%
G=40.63%
B=21.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118128690.0800.460.5070.1729.9538.63
Hex768045802E32461e27
Octal16620010510056621063647
Binary111011010000000100010110000101110110010100011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768045; }

 p { color: rgb(118,128,69); }

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

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

 a { background-color: rgb(118,128,69); }

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

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

 span { border-color: rgb(118,128,69); }

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