Html Css Color HEX #718044 Finch

📋 copy color: '#718044'

red 113 ◦ green 128 ◦ blue 68

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

Shades of Finch #718044

Tints of Finch #718044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 36.57%
G = 41.42%
B = 22.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#718044 (or 0x718044) is known color: Finch. HEX triplet: 71, 80 and 44. RGB value is (113,128,68). Sum of RGB (Red+Green+Blue) = 113+128+68=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #718044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718044 is #8E7FBB. Grayscale: #747474. Windows color (decimal): -9338812 or 4489329. OLE color: 4489329.

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

Color convert

RGB 113 128 68 -
CMYK 0.12 0 0.47 0.50
HSL 75º 0.31% 0.38% -
HSV(B) 75º 0.47% 0.5% -
XYZ 15.57 19.37 8.39 -
YUV 116.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 113 128 68 0.12 0 0.47 0.50 75 0.31 0.38
Hex 71 80 44 C 0 2F 32 4B 1F 26
Octal 161 200 104 14 0 57 62 113 37 46
Binary 1110001 10000000 1000100 1100 0 101111 110010 1001011 11111 100110

Color Harmonies of #718044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718044

Black with #718044

Text Example


Text Example

White with #718044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718044; }

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

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

background-color css

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

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

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

border-color css

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

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

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