Html Css Color HEX #728A3C Wasabi

📋 copy color: '#728A3C'

red 114 ◦ green 138 ◦ blue 60

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

Shades of Wasabi #728A3C

Tints of Wasabi #728A3C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.23%

 BLUE value IS 60 (23.83% from 255) = 19.23%

R = 36.54%
G = 44.23%
B = 19.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#728A3C (or 0x728A3C) is known color: Wasabi. HEX triplet: 72, 8A and 3C. RGB value is (114,138,60). Sum of RGB (Red+Green+Blue) = 114+138+60=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #728A3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A3C is #8D75C3. Grayscale: #7A7A7A. Windows color (decimal): -9270724 or 3967602. OLE color: 3967602.

HSL color Cylindrical-coordinate representation of color #728A3C: hue angle of 78.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #728A3C is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 60 -
CMYK 0.17 0 0.57 0.46
HSL 78.46º 0.39% 0.39% -
HSV(B) 78.46º 0.57% 0.54% -
XYZ 16.84 22.08 7.65 -
YUV 121.93 93.05 122.34 -
System Red Green Blue C M Y K H S L
Decimal 114 138 60 0.17 0 0.57 0.46 78.46 0.39 0.39
Hex 72 8A 3C 11 0 39 2E 4E 27 27
Octal 162 212 74 21 0 71 56 116 47 47
Binary 1110010 10001010 111100 10001 0 111001 101110 1001110 100111 100111

Color Harmonies of #728A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A3C

Black with #728A3C

Text Example


Text Example

White with #728A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,60); }

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

background-color css

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

 a { background-color: rgb(114,138,60); }

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

border-color css

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

 span { border-color: rgb(114,138,60); }

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