Html Css Color HEX #728345 Finch

📋 copy color: '#728345'

red 114 ◦ green 131 ◦ blue 69

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

Shades of Finch #728345

Tints of Finch #728345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.72%

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

R = 36.31%
G = 41.72%
B = 21.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#728345 (or 0x728345) is known color: Finch. HEX triplet: 72, 83 and 45. RGB value is (114,131,69). Sum of RGB (Red+Green+Blue) = 114+131+69=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #728345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728345 is #8D7CBA. Grayscale: #777777. Windows color (decimal): -9272507 or 4555634. OLE color: 4555634.

HSL color Cylindrical-coordinate representation of color #728345: hue angle of 76.45º 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 #728345 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 69 -
CMYK 0.13 0 0.47 0.49
HSL 76.45º 0.31% 0.39% -
HSV(B) 76.45º 0.47% 0.51% -
XYZ 16.13 20.24 8.69 -
YUV 118.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 114 131 69 0.13 0 0.47 0.49 76.45 0.31 0.39
Hex 72 83 45 D 0 2F 31 4C 1F 27
Octal 162 203 105 15 0 57 61 114 37 47
Binary 1110010 10000011 1000101 1101 0 101111 110001 1001100 11111 100111

Color Harmonies of #728345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728345

Black with #728345

Text Example


Text Example

White with #728345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728345; }

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

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

background-color css

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

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

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

border-color css

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

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

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