Html Css Color HEX #72803C Wasabi

📋 copy color: '#72803C'

red 114 ◦ green 128 ◦ blue 60

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

Shades of Wasabi #72803C

Tints of Wasabi #72803C

RGB

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

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

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

R = 37.75%
G = 42.38%
B = 19.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#72803C (or 0x72803C) is known color: Wasabi. HEX triplet: 72, 80 and 3C. RGB value is (114,128,60). Sum of RGB (Red+Green+Blue) = 114+128+60=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #72803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72803C is #8D7FC3. Grayscale: #747474. Windows color (decimal): -9273284 or 3965042. OLE color: 3965042.

HSL color Cylindrical-coordinate representation of color #72803C: hue angle of 72.35º 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 #72803C is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 60 -
CMYK 0.11 0 0.53 0.50
HSL 72.35º 0.36% 0.37% -
HSV(B) 72.35º 0.53% 0.5% -
XYZ 15.47 19.34 7.19 -
YUV 116.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 114 128 60 0.11 0 0.53 0.50 72.35 0.36 0.37
Hex 72 80 3C B 0 35 32 48 24 25
Octal 162 200 74 13 0 65 62 110 44 45
Binary 1110010 10000000 111100 1011 0 110101 110010 1001000 100100 100101

Color Harmonies of #72803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72803C

Black with #72803C

Text Example


Text Example

White with #72803C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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