Html Css Color HEX #728247 Finch

📋 copy color: '#728247'

red 114 ◦ green 130 ◦ blue 71

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

Shades of Finch #728247

Tints of Finch #728247

RGB

 RED value IS 114 (44.92% from 255) = 36.19%

 GREEN value IS 130 (51.17% from 255) = 41.27%

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 36.19%
G = 41.27%
B = 22.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#728247 (or 0x728247) is known color: Finch. HEX triplet: 72, 82 and 47. RGB value is (114,130,71). Sum of RGB (Red+Green+Blue) = 114+130+71=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #728247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728247 is #8D7DB8. Grayscale: #767676. Windows color (decimal): -9272761 or 4686450. OLE color: 4686450.

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

Color convert

RGB 114 130 71 -
CMYK 0.12 0 0.45 0.49
HSL 76.27º 0.29% 0.39% -
HSV(B) 76.27º 0.45% 0.51% -
XYZ 16.06 20 8.97 -
YUV 118.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 114 130 71 0.12 0 0.45 0.49 76.27 0.29 0.39
Hex 72 82 47 C 0 2D 31 4C 1D 27
Octal 162 202 107 14 0 55 61 114 35 47
Binary 1110010 10000010 1000111 1100 0 101101 110001 1001100 11101 100111

Color Harmonies of #728247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728247

Black with #728247

Text Example


Text Example

White with #728247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728247; }

 p { color: rgb(114,130,71); }

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

background-color css

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

 a { background-color: rgb(114,130,71); }

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

border-color css

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

 span { border-color: rgb(114,130,71); }

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