Html Css Color HEX #728A40 Wasabi

📋 copy color: '#728A40'

red 114 ◦ green 138 ◦ blue 64

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

Shades of Wasabi #728A40

Tints of Wasabi #728A40

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 36.08%
G = 43.67%
B = 20.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#728A40 (or 0x728A40) is known color: Wasabi. HEX triplet: 72, 8A and 40. RGB value is (114,138,64). Sum of RGB (Red+Green+Blue) = 114+138+64=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #728A40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A40 is #8D75BF. Grayscale: #7A7A7A. Windows color (decimal): -9270720 or 4229746. OLE color: 4229746.

HSL color Cylindrical-coordinate representation of color #728A40: hue angle of 79.46º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728A40 is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 64 -
CMYK 0.17 0 0.54 0.46
HSL 79.46º 0.37% 0.4% -
HSV(B) 79.46º 0.54% 0.54% -
XYZ 16.95 22.12 8.23 -
YUV 122.39 95.05 122.02 -
System Red Green Blue C M Y K H S L
Decimal 114 138 64 0.17 0 0.54 0.46 79.46 0.37 0.4
Hex 72 8A 40 11 0 36 2E 4F 25 28
Octal 162 212 100 21 0 66 56 117 45 50
Binary 1110010 10001010 1000000 10001 0 110110 101110 1001111 100101 101000

Color Harmonies of #728A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A40

Black with #728A40

Text Example


Text Example

White with #728A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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