#768144

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

Shades of Finch #768144

Tints of Finch #768144

Color information

#768144 (or 0x768144) is unknown color: approx Finch. HEX triplet: 76, 81 and 44. RGB value is (118,129,68). Sum of RGB (Red+Green+Blue) = 118+129+68=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #768144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768144 is #897EBB. Grayscale: #767676. Windows color (decimal): -9010876 or 4489590. OLE color: 4489590.

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

Color convert

RGB11812968-
CMYK0.0900.470.49
HSL70.82º30.96%38.63%-
HSV(B)70.82º47.29%50.59%-
XYZ16.3619.978.46-
YUV118.7699.36127.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=37.46%
G=40.95%
B=21.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129680.0900.470.4970.8230.9638.63
Hex768144902F31471f27
Octal16620110411057611073747
Binary111011010000001100010010010101111110001100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768144; }

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

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

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

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

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

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

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

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