Html Css Color HEX #728B42 Wasabi

📋 copy color: '#728B42'

red 114 ◦ green 139 ◦ blue 66

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

Shades of Wasabi #728B42

Tints of Wasabi #728B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.57%

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

R = 35.74%
G = 43.57%
B = 20.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#728B42 (or 0x728B42) is known color: Wasabi. HEX triplet: 72, 8B and 42. RGB value is (114,139,66). Sum of RGB (Red+Green+Blue) = 114+139+66=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #728B42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728B42 is #8D74BD. Grayscale: #7B7B7B. Windows color (decimal): -9270462 or 4361074. OLE color: 4361074.

HSL color Cylindrical-coordinate representation of color #728B42: hue angle of 80.55º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728B42 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 139 66 -
CMYK 0.18 0 0.53 0.45
HSL 80.55º 0.36% 0.4% -
HSV(B) 80.55º 0.53% 0.55% -
XYZ 17.16 22.44 8.58 -
YUV 123.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 114 139 66 0.18 0 0.53 0.45 80.55 0.36 0.4
Hex 72 8B 42 12 0 35 2D 51 24 28
Octal 162 213 102 22 0 65 55 121 44 50
Binary 1110010 10001011 1000010 10010 0 110101 101101 1010001 100100 101000

Color Harmonies of #728B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728B42

Black with #728B42

Text Example


Text Example

White with #728B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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