Html Css Color HEX #73803C Wasabi

📋 copy color: '#73803C'

red 115 ◦ green 128 ◦ blue 60

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

Shades of Wasabi #73803C

Tints of Wasabi #73803C

RGB

 RED value IS 115 (45.31% from 255) = 37.95%

 GREEN value IS 128 (50.39% from 255) = 42.24%

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

R = 37.95%
G = 42.24%
B = 19.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#73803C (or 0x73803C) is known color: Wasabi. HEX triplet: 73, 80 and 3C. RGB value is (115,128,60). Sum of RGB (Red+Green+Blue) = 115+128+60=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #73803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73803C is #8C7FC3. Grayscale: #747474. Windows color (decimal): -9207748 or 3965043. OLE color: 3965043.

HSL color Cylindrical-coordinate representation of color #73803C: hue angle of 71.47º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73803C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 60 -
CMYK 0.10 0 0.53 0.50
HSL 71.47º 0.36% 0.37% -
HSV(B) 71.47º 0.53% 0.5% -
XYZ 15.61 19.41 7.2 -
YUV 116.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 115 128 60 0.10 0 0.53 0.50 71.47 0.36 0.37
Hex 73 80 3C A 0 35 32 47 24 25
Octal 163 200 74 12 0 65 62 107 44 45
Binary 1110011 10000000 111100 1010 0 110101 110010 1000111 100100 100101

Color Harmonies of #73803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73803C

Black with #73803C

Text Example


Text Example

White with #73803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73803C; }

 p { color: rgb(115,128,60); }

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

background-color css

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

 a { background-color: rgb(115,128,60); }

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

border-color css

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

 span { border-color: rgb(115,128,60); }

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