Html Css Color HEX #728250 Finch

📋 copy color: '#728250'

red 114 ◦ green 130 ◦ blue 80

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

Shades of Finch #728250

Tints of Finch #728250

RGB

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

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

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

R = 35.19%
G = 40.12%
B = 24.69%

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

#728250 (or 0x728250) is known color: Finch. HEX triplet: 72, 82 and 50. RGB value is (114,130,80). Sum of RGB (Red+Green+Blue) = 114+130+80=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #728250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728250 is #8D7DAF. Grayscale: #777777. Windows color (decimal): -9272752 or 5276274. OLE color: 5276274.

HSL color Cylindrical-coordinate representation of color #728250: hue angle of 79.2º degrees, saturation: 0.24, 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 #728250 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 80 -
CMYK 0.12 0 0.38 0.49
HSL 79.2º 0.24% 0.41% -
HSV(B) 79.2º 0.38% 0.51% -
XYZ 16.37 20.12 10.61 -
YUV 119.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 114 130 80 0.12 0 0.38 0.49 79.2 0.24 0.41
Hex 72 82 50 C 0 26 31 4F 18 29
Octal 162 202 120 14 0 46 61 117 30 51
Binary 1110010 10000010 1010000 1100 0 100110 110001 1001111 11000 101001

Color Harmonies of #728250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728250

Black with #728250

Text Example


Text Example

White with #728250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728250; }

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

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

background-color css

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

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

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

border-color css

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

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

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