#778150

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

Shades of Finch #778150

Tints of Finch #778150

Color information

#778150 (or 0x778150) is unknown color: approx Finch. HEX triplet: 77, 81 and 50. RGB value is (119,129,80). Sum of RGB (Red+Green+Blue) = 119+129+80=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #778150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778150 is #887EAF. Grayscale: #787878. Windows color (decimal): -8945328 or 5276023. OLE color: 5276023.

HSL color Cylindrical-coordinate representation of color #778150: hue angle of 72.24º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778150 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB11912980-
CMYK0.0800.380.49
HSL72.24º23.44%40.98%-
HSV(B)72.24º37.98%50.59%-
XYZ16.9120.210.6-
YUV120.42105.19126.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=36.28%
G=39.33%
B=24.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119129800.0800.380.4972.2423.4440.98
Hex778150802631481729
Octal16720112010046611102751
Binary111011110000001101000010000100110110001100100010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778150; }

 p { color: rgb(119,129,80); }

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

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

 a { background-color: rgb(119,129,80); }

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

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

 span { border-color: rgb(119,129,80); }

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