Html Css Color HEX #70735B Finch

📋 copy color: '#70735B'

red 112 ◦ green 115 ◦ blue 91

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

Shades of Finch #70735B

Tints of Finch #70735B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 35.22%
G = 36.16%
B = 28.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#70735B (or 0x70735B) is known color: Finch. HEX triplet: 70, 73 and 5B. RGB value is (112,115,91). Sum of RGB (Red+Green+Blue) = 112+115+91=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 115 - color contains mainly: green. Hex color #70735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70735B is #8F8CA4. Grayscale: #6F6F6F. Windows color (decimal): -9407653 or 5993328. OLE color: 5993328.

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

Color convert

RGB 112 115 91 -
CMYK 0.03 0 0.21 0.55
HSL 67.5º 0.12% 0.4% -
HSV(B) 67.5º 0.21% 0.45% -
XYZ 14.7 16.46 12.3 -
YUV 111.37 116.51 128.45 -
System Red Green Blue C M Y K H S L
Decimal 112 115 91 0.03 0 0.21 0.55 67.5 0.12 0.4
Hex 70 73 5B 3 0 15 37 44 C 28
Octal 160 163 133 3 0 25 67 104 14 50
Binary 1110000 1110011 1011011 11 0 10101 110111 1000100 1100 101000

Color Harmonies of #70735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70735B

Black with #70735B

Text Example


Text Example

White with #70735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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