#707450

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

Shades of Finch #707450

Tints of Finch #707450

Color information

#707450 (or 0x707450) is unknown color: approx Finch. HEX triplet: 70, 74 and 50. RGB value is (112,116,80). Sum of RGB (Red+Green+Blue) = 112+116+80=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #707450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707450 is #8F8BAF. Grayscale: #6E6E6E. Windows color (decimal): -9407408 or 5272688. OLE color: 5272688.

HSL color Cylindrical-coordinate representation of color #707450: hue angle of 66.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #707450 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11211680-
CMYK0.0300.310.55
HSL66.67º18.37%38.43%-
HSV(B)66.67º31.03%45.49%-
XYZ14.3816.5110.02-
YUV110.7110.67128.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=36.36%
G=37.66%
B=25.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116800.0300.310.5566.6718.3738.43
Hex707450301F37431226
Octal1601641203037671032246
Binary11100001110100101000011011111110111100001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707450; }

 p { color: rgb(112,116,80); }

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

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

 a { background-color: rgb(112,116,80); }

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

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

 span { border-color: rgb(112,116,80); }

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