Html Css Color HEX #718042 Finch

📋 copy color: '#718042'

red 113 ◦ green 128 ◦ blue 66

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

Shades of Finch #718042

Tints of Finch #718042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 36.81%
G = 41.69%
B = 21.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#718042 (or 0x718042) is known color: Finch. HEX triplet: 71, 80 and 42. RGB value is (113,128,66). Sum of RGB (Red+Green+Blue) = 113+128+66=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #718042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718042 is #8E7FBD. Grayscale: #747474. Windows color (decimal): -9338814 or 4358257. OLE color: 4358257.

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

Color convert

RGB 113 128 66 -
CMYK 0.12 0 0.48 0.50
HSL 74.52º 0.32% 0.38% -
HSV(B) 74.52º 0.48% 0.5% -
XYZ 15.51 19.34 8.07 -
YUV 116.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 113 128 66 0.12 0 0.48 0.50 74.52 0.32 0.38
Hex 71 80 42 C 0 30 32 4B 20 26
Octal 161 200 102 14 0 60 62 113 40 46
Binary 1110001 10000000 1000010 1100 0 110000 110010 1001011 100000 100110

Color Harmonies of #718042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718042

Black with #718042

Text Example


Text Example

White with #718042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718042; }

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

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

background-color css

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

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

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

border-color css

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

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

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