Html Css Color HEX #728642 Wasabi

📋 copy color: '#728642'

red 114 ◦ green 134 ◦ blue 66

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

Shades of Wasabi #728642

Tints of Wasabi #728642

RGB

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

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

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

R = 36.31%
G = 42.68%
B = 21.02%

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

#728642 (or 0x728642) is known color: Wasabi. HEX triplet: 72, 86 and 42. RGB value is (114,134,66). Sum of RGB (Red+Green+Blue) = 114+134+66=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #728642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728642 is #8D79BD. Grayscale: #787878. Windows color (decimal): -9271742 or 4359794. OLE color: 4359794.

HSL color Cylindrical-coordinate representation of color #728642: hue angle of 77.65º degrees, saturation: 0.34, 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 #728642 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 134 66 -
CMYK 0.15 0 0.51 0.47
HSL 77.65º 0.34% 0.39% -
HSV(B) 77.65º 0.51% 0.53% -
XYZ 16.45 21.02 8.34 -
YUV 120.27 97.37 123.53 -
System Red Green Blue C M Y K H S L
Decimal 114 134 66 0.15 0 0.51 0.47 77.65 0.34 0.39
Hex 72 86 42 F 0 33 2F 4E 22 27
Octal 162 206 102 17 0 63 57 116 42 47
Binary 1110010 10000110 1000010 1111 0 110011 101111 1001110 100010 100111

Color Harmonies of #728642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728642

Black with #728642

Text Example


Text Example

White with #728642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728642; }

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

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

background-color css

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

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

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

border-color css

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

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

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