Html Css Color HEX #728243 Wasabi

📋 copy color: '#728243'

red 114 ◦ green 130 ◦ blue 67

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

Shades of Wasabi #728243

Tints of Wasabi #728243

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

 BLUE value IS 67 (26.56% from 255) = 21.54%

R = 36.66%
G = 41.8%
B = 21.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#728243 (or 0x728243) is known color: Wasabi. HEX triplet: 72, 82 and 43. RGB value is (114,130,67). Sum of RGB (Red+Green+Blue) = 114+130+67=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #728243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728243 is #8D7DBC. Grayscale: #767676. Windows color (decimal): -9272765 or 4424306. OLE color: 4424306.

HSL color Cylindrical-coordinate representation of color #728243: hue angle of 75.24º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728243 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 67 -
CMYK 0.12 0 0.48 0.49
HSL 75.24º 0.32% 0.39% -
HSV(B) 75.24º 0.48% 0.51% -
XYZ 15.94 19.95 8.32 -
YUV 118.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 114 130 67 0.12 0 0.48 0.49 75.24 0.32 0.39
Hex 72 82 43 C 0 30 31 4B 20 27
Octal 162 202 103 14 0 60 61 113 40 47
Binary 1110010 10000010 1000011 1100 0 110000 110001 1001011 100000 100111

Color Harmonies of #728243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728243

Black with #728243

Text Example


Text Example

White with #728243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728243; }

 p { color: rgb(114,130,67); }

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

background-color css

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

 a { background-color: rgb(114,130,67); }

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

border-color css

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

 span { border-color: rgb(114,130,67); }

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