Html Css Color HEX #728145 Finch

📋 copy color: '#728145'

red 114 ◦ green 129 ◦ blue 69

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

Shades of Finch #728145

Tints of Finch #728145

RGB

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

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

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

R = 36.54%
G = 41.35%
B = 22.12%

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

#728145 (or 0x728145) is known color: Finch. HEX triplet: 72, 81 and 45. RGB value is (114,129,69). Sum of RGB (Red+Green+Blue) = 114+129+69=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #728145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728145 is #8D7EBA. Grayscale: #757575. Windows color (decimal): -9273019 or 4555122. OLE color: 4555122.

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

Color convert

RGB 114 129 69 -
CMYK 0.12 0 0.47 0.49
HSL 75º 0.3% 0.39% -
HSV(B) 75º 0.47% 0.51% -
XYZ 15.86 19.71 8.6 -
YUV 117.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 114 129 69 0.12 0 0.47 0.49 75 0.3 0.39
Hex 72 81 45 C 0 2F 31 4B 1E 27
Octal 162 201 105 14 0 57 61 113 36 47
Binary 1110010 10000001 1000101 1100 0 101111 110001 1001011 11110 100111

Color Harmonies of #728145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728145

Black with #728145

Text Example


Text Example

White with #728145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728145; }

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

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

background-color css

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

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

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

border-color css

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

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

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