Html Css Color HEX #707653 Finch

📋 copy color: '#707653'

red 112 ◦ green 118 ◦ blue 83

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

Shades of Finch #707653

Tints of Finch #707653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 35.78%
G = 37.7%
B = 26.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#707653 (or 0x707653) is known color: Finch. HEX triplet: 70, 76 and 53. RGB value is (112,118,83). Sum of RGB (Red+Green+Blue) = 112+118+83=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #707653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707653 is #8F89AC. Grayscale: #707070. Windows color (decimal): -9406893 or 5469808. OLE color: 5469808.

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

Color convert

RGB 112 118 83 -
CMYK 0.05 0 0.30 0.54
HSL 70.29º 0.17% 0.39% -
HSV(B) 70.29º 0.3% 0.46% -
XYZ 14.72 17.03 10.69 -
YUV 112.22 111.51 127.85 -
System Red Green Blue C M Y K H S L
Decimal 112 118 83 0.05 0 0.30 0.54 70.29 0.17 0.39
Hex 70 76 53 5 0 1E 36 46 11 27
Octal 160 166 123 5 0 36 66 106 21 47
Binary 1110000 1110110 1010011 101 0 11110 110110 1000110 10001 100111

Color Harmonies of #707653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707653

Black with #707653

Text Example


Text Example

White with #707653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707653; }

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

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

background-color css

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

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

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

border-color css

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

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

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