Html Css Color HEX #707651 Finch

📋 copy color: '#707651'

red 112 ◦ green 118 ◦ blue 81

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

Shades of Finch #707651

Tints of Finch #707651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.05%

R = 36.01%
G = 37.94%
B = 26.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#707651 (or 0x707651) is known color: Finch. HEX triplet: 70, 76 and 51. RGB value is (112,118,81). Sum of RGB (Red+Green+Blue) = 112+118+81=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #707651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707651 is #8F89AE. Grayscale: #707070. Windows color (decimal): -9406895 or 5338736. OLE color: 5338736.

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

Color convert

RGB 112 118 81 -
CMYK 0.05 0 0.31 0.54
HSL 69.73º 0.19% 0.39% -
HSV(B) 69.73º 0.31% 0.46% -
XYZ 14.65 17 10.29 -
YUV 111.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 112 118 81 0.05 0 0.31 0.54 69.73 0.19 0.39
Hex 70 76 51 5 0 1F 36 46 13 27
Octal 160 166 121 5 0 37 66 106 23 47
Binary 1110000 1110110 1010001 101 0 11111 110110 1000110 10011 100111

Color Harmonies of #707651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707651

Black with #707651

Text Example


Text Example

White with #707651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707651; }

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

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

background-color css

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

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

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

border-color css

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

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

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