Html Css Color HEX #70735A Finch

📋 copy color: '#70735A'

red 112 ◦ green 115 ◦ blue 90

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

Shades of Finch #70735A

Tints of Finch #70735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 35.33%
G = 36.28%
B = 28.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#70735A (or 0x70735A) is known color: Finch. HEX triplet: 70, 73 and 5A. RGB value is (112,115,90). Sum of RGB (Red+Green+Blue) = 112+115+90=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #70735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70735A is #8F8CA5. Grayscale: #6F6F6F. Windows color (decimal): -9407654 or 5927792. OLE color: 5927792.

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

Color convert

RGB 112 115 90 -
CMYK 0.03 0 0.22 0.55
HSL 67.2º 0.12% 0.4% -
HSV(B) 67.2º 0.22% 0.45% -
XYZ 14.66 16.44 12.07 -
YUV 111.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 112 115 90 0.03 0 0.22 0.55 67.2 0.12 0.4
Hex 70 73 5A 3 0 16 37 43 C 28
Octal 160 163 132 3 0 26 67 103 14 50
Binary 1110000 1110011 1011010 11 0 10110 110111 1000011 1100 101000

Color Harmonies of #70735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70735A

Black with #70735A

Text Example


Text Example

White with #70735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70735A; }

 p { color: rgb(112,115,90); }

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

background-color css

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

 a { background-color: rgb(112,115,90); }

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

border-color css

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

 span { border-color: rgb(112,115,90); }

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