#758150

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

Shades of Finch #758150

Tints of Finch #758150

Color information

#758150 (or 0x758150) is unknown color: approx Finch. HEX triplet: 75, 81 and 50. RGB value is (117,129,80). Sum of RGB (Red+Green+Blue) = 117+129+80=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #758150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758150 is #8A7EAF. Grayscale: #787878. Windows color (decimal): -9076400 or 5276021. OLE color: 5276021.

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

Color convert

RGB11712980-
CMYK0.0900.380.49
HSL74.69º23.44%40.98%-
HSV(B)74.69º37.98%50.59%-
XYZ16.6320.0610.58-
YUV119.83105.52125.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 129 (50.78% from 255) = 39.57%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=35.89%
G=39.57%
B=24.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129800.0900.380.4974.6923.4440.98
Hex7581509026314b1729
Octal16520112011046611132751
Binary111010110000001101000010010100110110001100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758150; }

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

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

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

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

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

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

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

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