Html Css Color HEX #718148 Finch

📋 copy color: '#718148'

red 113 ◦ green 129 ◦ blue 72

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

Shades of Finch #718148

Tints of Finch #718148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.08%

 BLUE value IS 72 (28.52% from 255) = 22.93%

R = 35.99%
G = 41.08%
B = 22.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#718148 (or 0x718148) is known color: Finch. HEX triplet: 71, 81 and 48. RGB value is (113,129,72). Sum of RGB (Red+Green+Blue) = 113+129+72=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #718148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718148 is #8E7EB7. Grayscale: #757575. Windows color (decimal): -9338552 or 4751729. OLE color: 4751729.

HSL color Cylindrical-coordinate representation of color #718148: hue angle of 76.84º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718148 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 129 72 -
CMYK 0.12 0 0.44 0.49
HSL 76.84º 0.28% 0.39% -
HSV(B) 76.84º 0.44% 0.51% -
XYZ 15.83 19.68 9.1 -
YUV 117.72 102.2 124.63 -
System Red Green Blue C M Y K H S L
Decimal 113 129 72 0.12 0 0.44 0.49 76.84 0.28 0.39
Hex 71 81 48 C 0 2C 31 4D 1C 27
Octal 161 201 110 14 0 54 61 115 34 47
Binary 1110001 10000001 1001000 1100 0 101100 110001 1001101 11100 100111

Color Harmonies of #718148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718148

Black with #718148

Text Example


Text Example

White with #718148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718148; }

 p { color: rgb(113,129,72); }

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

background-color css

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

 a { background-color: rgb(113,129,72); }

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

border-color css

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

 span { border-color: rgb(113,129,72); }

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