Html Css Color HEX #718045 Finch

📋 copy color: '#718045'

red 113 ◦ green 128 ◦ blue 69

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

Shades of Finch #718045

Tints of Finch #718045

RGB

 RED value IS 113 (44.53% from 255) = 36.45%

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 69 (27.34% from 255) = 22.26%

R = 36.45%
G = 41.29%
B = 22.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#718045 (or 0x718045) is known color: Finch. HEX triplet: 71, 80 and 45. RGB value is (113,128,69). Sum of RGB (Red+Green+Blue) = 113+128+69=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #718045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718045 is #8E7FBA. Grayscale: #757575. Windows color (decimal): -9338811 or 4554865. OLE color: 4554865.

HSL color Cylindrical-coordinate representation of color #718045: hue angle of 75.25º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718045 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 128 69 -
CMYK 0.12 0 0.46 0.50
HSL 75.25º 0.3% 0.39% -
HSV(B) 75.25º 0.46% 0.5% -
XYZ 15.6 19.38 8.55 -
YUV 116.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 113 128 69 0.12 0 0.46 0.50 75.25 0.3 0.39
Hex 71 80 45 C 0 2E 32 4B 1E 27
Octal 161 200 105 14 0 56 62 113 36 47
Binary 1110001 10000000 1000101 1100 0 101110 110010 1001011 11110 100111

Color Harmonies of #718045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718045

Black with #718045

Text Example


Text Example

White with #718045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718045; }

 p { color: rgb(113,128,69); }

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

background-color css

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

 a { background-color: rgb(113,128,69); }

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

border-color css

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

 span { border-color: rgb(113,128,69); }

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