Html Css Color HEX #728640 Wasabi

📋 copy color: '#728640'

red 114 ◦ green 134 ◦ blue 64

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

Shades of Wasabi #728640

Tints of Wasabi #728640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.95%

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

R = 36.54%
G = 42.95%
B = 20.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#728640 (or 0x728640) is known color: Wasabi. HEX triplet: 72, 86 and 40. RGB value is (114,134,64). Sum of RGB (Red+Green+Blue) = 114+134+64=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #728640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728640 is #8D79BF. Grayscale: #787878. Windows color (decimal): -9271744 or 4228722. OLE color: 4228722.

HSL color Cylindrical-coordinate representation of color #728640: hue angle of 77.14º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728640 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 64 -
CMYK 0.15 0 0.52 0.47
HSL 77.14º 0.35% 0.39% -
HSV(B) 77.14º 0.52% 0.53% -
XYZ 16.39 21 8.04 -
YUV 120.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 114 134 64 0.15 0 0.52 0.47 77.14 0.35 0.39
Hex 72 86 40 F 0 34 2F 4D 23 27
Octal 162 206 100 17 0 64 57 115 43 47
Binary 1110010 10000110 1000000 1111 0 110100 101111 1001101 100011 100111

Color Harmonies of #728640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728640

Black with #728640

Text Example


Text Example

White with #728640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728640; }

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

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

background-color css

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

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

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

border-color css

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

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

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