Html Css Color HEX #728245 Finch

📋 copy color: '#728245'

red 114 ◦ green 130 ◦ blue 69

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

Shades of Finch #728245

Tints of Finch #728245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.04%

R = 36.42%
G = 41.53%
B = 22.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#728245 (or 0x728245) is known color: Finch. HEX triplet: 72, 82 and 45. RGB value is (114,130,69). Sum of RGB (Red+Green+Blue) = 114+130+69=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #728245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728245 is #8D7DBA. Grayscale: #767676. Windows color (decimal): -9272763 or 4555378. OLE color: 4555378.

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

Color convert

RGB 114 130 69 -
CMYK 0.12 0 0.47 0.49
HSL 75.74º 0.31% 0.39% -
HSV(B) 75.74º 0.47% 0.51% -
XYZ 16 19.97 8.64 -
YUV 118.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 114 130 69 0.12 0 0.47 0.49 75.74 0.31 0.39
Hex 72 82 45 C 0 2F 31 4C 1F 27
Octal 162 202 105 14 0 57 61 114 37 47
Binary 1110010 10000010 1000101 1100 0 101111 110001 1001100 11111 100111

Color Harmonies of #728245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728245

Black with #728245

Text Example


Text Example

White with #728245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728245; }

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

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

background-color css

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

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

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

border-color css

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

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

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