Html Css Color HEX #728044 Finch

📋 copy color: '#728044'

red 114 ◦ green 128 ◦ blue 68

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

Shades of Finch #728044

Tints of Finch #728044

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 36.77%
G = 41.29%
B = 21.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#728044 (or 0x728044) is known color: Finch. HEX triplet: 72, 80 and 44. RGB value is (114,128,68). Sum of RGB (Red+Green+Blue) = 114+128+68=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #728044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728044 is #8D7FBB. Grayscale: #757575. Windows color (decimal): -9273276 or 4489330. OLE color: 4489330.

HSL color Cylindrical-coordinate representation of color #728044: hue angle of 74º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728044 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 68 -
CMYK 0.11 0 0.47 0.50
HSL 74º 0.31% 0.38% -
HSV(B) 74º 0.47% 0.5% -
XYZ 15.7 19.43 8.39 -
YUV 116.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 114 128 68 0.11 0 0.47 0.50 74 0.31 0.38
Hex 72 80 44 B 0 2F 32 4A 1F 26
Octal 162 200 104 13 0 57 62 112 37 46
Binary 1110010 10000000 1000100 1011 0 101111 110010 1001010 11111 100110

Color Harmonies of #728044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728044

Black with #728044

Text Example


Text Example

White with #728044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728044; }

 p { color: rgb(114,128,68); }

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

background-color css

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

 a { background-color: rgb(114,128,68); }

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

border-color css

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

 span { border-color: rgb(114,128,68); }

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