#758154

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

Shades of Finch #758154

Tints of Finch #758154

Color information

#758154 (or 0x758154) is unknown color: approx Finch. HEX triplet: 75, 81 and 54. RGB value is (117,129,84). Sum of RGB (Red+Green+Blue) = 117+129+84=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #758154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758154 is #8A7EAB. Grayscale: #787878. Windows color (decimal): -9076396 or 5538165. OLE color: 5538165.

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

Color convert

RGB11712984-
CMYK0.0900.350.49
HSL76º21.13%41.76%-
HSV(B)76º34.88%50.59%-
XYZ16.7920.1211.39-
YUV120.28107.52125.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 84 (33.20% from 255) = 25.45%
R=35.45%
G=39.09%
B=25.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117129840.0900.350.497621.1341.76
Hex7581549023314c152a
Octal16520112411043611142552
Binary111010110000001101010010010100011110001100110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758154; }

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

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

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

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

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

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

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

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