Html Css Color HEX #728141 Wasabi

📋 copy color: '#728141'

red 114 ◦ green 129 ◦ blue 65

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

Shades of Wasabi #728141

Tints of Wasabi #728141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 37.01%
G = 41.88%
B = 21.1%

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

#728141 (or 0x728141) is known color: Wasabi. HEX triplet: 72, 81 and 41. RGB value is (114,129,65). Sum of RGB (Red+Green+Blue) = 114+129+65=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #728141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728141 is #8D7EBE. Grayscale: #757575. Windows color (decimal): -9273023 or 4292978. OLE color: 4292978.

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

Color convert

RGB 114 129 65 -
CMYK 0.12 0 0.50 0.49
HSL 74.06º 0.33% 0.38% -
HSV(B) 74.06º 0.5% 0.51% -
XYZ 15.74 19.66 7.97 -
YUV 117.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 114 129 65 0.12 0 0.50 0.49 74.06 0.33 0.38
Hex 72 81 41 C 0 32 31 4A 21 26
Octal 162 201 101 14 0 62 61 112 41 46
Binary 1110010 10000001 1000001 1100 0 110010 110001 1001010 100001 100110

Color Harmonies of #728141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728141

Black with #728141

Text Example


Text Example

White with #728141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728141; }

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

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

background-color css

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

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

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

border-color css

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

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

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