Html Css Color HEX #728242 Wasabi

📋 copy color: '#728242'

red 114 ◦ green 130 ◦ blue 66

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

Shades of Wasabi #728242

Tints of Wasabi #728242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.94%

 BLUE value IS 66 (26.17% from 255) = 21.29%

R = 36.77%
G = 41.94%
B = 21.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#728242 (or 0x728242) is known color: Wasabi. HEX triplet: 72, 82 and 42. RGB value is (114,130,66). Sum of RGB (Red+Green+Blue) = 114+130+66=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #728242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728242 is #8D7DBD. Grayscale: #767676. Windows color (decimal): -9272766 or 4358770. OLE color: 4358770.

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

Color convert

RGB 114 130 66 -
CMYK 0.12 0 0.49 0.49
HSL 75º 0.33% 0.38% -
HSV(B) 75º 0.49% 0.51% -
XYZ 15.91 19.94 8.16 -
YUV 117.92 98.7 125.2 -
System Red Green Blue C M Y K H S L
Decimal 114 130 66 0.12 0 0.49 0.49 75 0.33 0.38
Hex 72 82 42 C 0 31 31 4B 21 26
Octal 162 202 102 14 0 61 61 113 41 46
Binary 1110010 10000010 1000010 1100 0 110001 110001 1001011 100001 100110

Color Harmonies of #728242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728242

Black with #728242

Text Example


Text Example

White with #728242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728242; }

 p { color: rgb(114,130,66); }

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

background-color css

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

 a { background-color: rgb(114,130,66); }

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

border-color css

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

 span { border-color: rgb(114,130,66); }

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