Html Css Color HEX #728641 Wasabi

📋 copy color: '#728641'

red 114 ◦ green 134 ◦ blue 65

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

Shades of Wasabi #728641

Tints of Wasabi #728641

RGB

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

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

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

R = 36.42%
G = 42.81%
B = 20.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#728641 (or 0x728641) is known color: Wasabi. HEX triplet: 72, 86 and 41. RGB value is (114,134,65). Sum of RGB (Red+Green+Blue) = 114+134+65=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #728641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728641 is #8D79BE. Grayscale: #787878. Windows color (decimal): -9271743 or 4294258. OLE color: 4294258.

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

Color convert

RGB 114 134 65 -
CMYK 0.15 0 0.51 0.47
HSL 77.39º 0.35% 0.39% -
HSV(B) 77.39º 0.51% 0.53% -
XYZ 16.42 21.01 8.19 -
YUV 120.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 114 134 65 0.15 0 0.51 0.47 77.39 0.35 0.39
Hex 72 86 41 F 0 33 2F 4D 23 27
Octal 162 206 101 17 0 63 57 115 43 47
Binary 1110010 10000110 1000001 1111 0 110011 101111 1001101 100011 100111

Color Harmonies of #728641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728641

Black with #728641

Text Example


Text Example

White with #728641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728641; }

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

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

background-color css

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

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

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

border-color css

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

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

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