Html Css Color HEX #728150 Finch

📋 copy color: '#728150'

red 114 ◦ green 129 ◦ blue 80

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

Shades of Finch #728150

Tints of Finch #728150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 35.29%
G = 39.94%
B = 24.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#728150 (or 0x728150) is known color: Finch. HEX triplet: 72, 81 and 50. RGB value is (114,129,80). Sum of RGB (Red+Green+Blue) = 114+129+80=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 129 (50.78% from 255 or 39.94% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 129 - color contains mainly: green. Hex color #728150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728150 is #8D7EAF. Grayscale: #777777. Windows color (decimal): -9273008 or 5276018. OLE color: 5276018.

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

Color convert

RGB 114 129 80 -
CMYK 0.12 0 0.38 0.49
HSL 78.37º 0.23% 0.41% -
HSV(B) 78.37º 0.38% 0.51% -
XYZ 16.24 19.86 10.57 -
YUV 118.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 114 129 80 0.12 0 0.38 0.49 78.37 0.23 0.41
Hex 72 81 50 C 0 26 31 4E 17 29
Octal 162 201 120 14 0 46 61 116 27 51
Binary 1110010 10000001 1010000 1100 0 100110 110001 1001110 10111 101001

Color Harmonies of #728150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728150

Black with #728150

Text Example


Text Example

White with #728150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728150; }

 p { color: rgb(114,129,80); }

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

background-color css

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

 a { background-color: rgb(114,129,80); }

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

border-color css

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

 span { border-color: rgb(114,129,80); }

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