Html Css Color HEX #707650 Finch

📋 copy color: '#707650'

red 112 ◦ green 118 ◦ blue 80

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

Shades of Finch #707650

Tints of Finch #707650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

 BLUE value IS 80 (31.64% from 255) = 25.81%

R = 36.13%
G = 38.06%
B = 25.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#707650 (or 0x707650) is known color: Finch. HEX triplet: 70, 76 and 50. RGB value is (112,118,80). Sum of RGB (Red+Green+Blue) = 112+118+80=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #707650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707650 is #8F89AF. Grayscale: #707070. Windows color (decimal): -9406896 or 5273200. OLE color: 5273200.

HSL color Cylindrical-coordinate representation of color #707650: hue angle of 69.47º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #707650 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 118 80 -
CMYK 0.05 0 0.32 0.54
HSL 69.47º 0.19% 0.39% -
HSV(B) 69.47º 0.32% 0.46% -
XYZ 14.61 16.98 10.1 -
YUV 111.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 112 118 80 0.05 0 0.32 0.54 69.47 0.19 0.39
Hex 70 76 50 5 0 20 36 45 13 27
Octal 160 166 120 5 0 40 66 105 23 47
Binary 1110000 1110110 1010000 101 0 100000 110110 1000101 10011 100111

Color Harmonies of #707650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707650

Black with #707650

Text Example


Text Example

White with #707650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707650; }

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

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

background-color css

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

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

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

border-color css

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

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

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