Html Css Color HEX #707459 Finch

📋 copy color: '#707459'

red 112 ◦ green 116 ◦ blue 89

#707459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #707459

Tints of Finch #707459

RGB

 RED value IS 112 (44.14% from 255) = 35.33%

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 89 (35.16% from 255) = 28.08%

R = 35.33%
G = 36.59%
B = 28.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#707459 (or 0x707459) is known color: Finch. HEX triplet: 70, 74 and 59. RGB value is (112,116,89). Sum of RGB (Red+Green+Blue) = 112+116+89=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 116 - color contains mainly: green. Hex color #707459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707459 is #8F8BA6. Grayscale: #6F6F6F. Windows color (decimal): -9407399 or 5862512. OLE color: 5862512.

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

Color convert

RGB 112 116 89 -
CMYK 0.03 0 0.23 0.55
HSL 68.89º 0.13% 0.4% -
HSV(B) 68.89º 0.23% 0.45% -
XYZ 14.73 16.66 11.89 -
YUV 111.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 112 116 89 0.03 0 0.23 0.55 68.89 0.13 0.4
Hex 70 74 59 3 0 17 37 45 D 28
Octal 160 164 131 3 0 27 67 105 15 50
Binary 1110000 1110100 1011001 11 0 10111 110111 1000101 1101 101000

Color Harmonies of #707459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707459

Black with #707459

Text Example


Text Example

White with #707459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707459; }

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

 H1.HeaderClassName
 {
   color: #707459;
 }
 .AnyTagClassName
 {
   color: #707459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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