Html Css Color HEX #728140 Wasabi

📋 copy color: '#728140'

red 114 ◦ green 129 ◦ blue 64

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

Shades of Wasabi #728140

Tints of Wasabi #728140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 37.13%
G = 42.02%
B = 20.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#728140 (or 0x728140) is known color: Wasabi. HEX triplet: 72, 81 and 40. RGB value is (114,129,64). Sum of RGB (Red+Green+Blue) = 114+129+64=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #728140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728140 is #8D7EBF. Grayscale: #757575. Windows color (decimal): -9273024 or 4227442. OLE color: 4227442.

HSL color Cylindrical-coordinate representation of color #728140: hue angle of 73.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728140 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 129 64 -
CMYK 0.12 0 0.50 0.49
HSL 73.85º 0.34% 0.38% -
HSV(B) 73.85º 0.5% 0.51% -
XYZ 15.72 19.65 7.81 -
YUV 117.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 114 129 64 0.12 0 0.50 0.49 73.85 0.34 0.38
Hex 72 81 40 C 0 32 31 4A 22 26
Octal 162 201 100 14 0 62 61 112 42 46
Binary 1110010 10000001 1000000 1100 0 110010 110001 1001010 100010 100110

Color Harmonies of #728140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728140

Black with #728140

Text Example


Text Example

White with #728140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728140; }

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

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

background-color css

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

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

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

border-color css

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

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

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