Html Css Color HEX #72803D Wasabi

📋 copy color: '#72803D'

red 114 ◦ green 128 ◦ blue 61

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

Shades of Wasabi #72803D

Tints of Wasabi #72803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.13%

R = 37.62%
G = 42.24%
B = 20.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#72803D (or 0x72803D) is known color: Wasabi. HEX triplet: 72, 80 and 3D. RGB value is (114,128,61). Sum of RGB (Red+Green+Blue) = 114+128+61=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #72803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72803D is #8D7FC2. Grayscale: #747474. Windows color (decimal): -9273283 or 4030578. OLE color: 4030578.

HSL color Cylindrical-coordinate representation of color #72803D: hue angle of 72.54º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72803D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 128 61 -
CMYK 0.11 0 0.52 0.50
HSL 72.54º 0.35% 0.37% -
HSV(B) 72.54º 0.52% 0.5% -
XYZ 15.5 19.35 7.33 -
YUV 116.18 96.86 126.45 -
System Red Green Blue C M Y K H S L
Decimal 114 128 61 0.11 0 0.52 0.50 72.54 0.35 0.37
Hex 72 80 3D B 0 34 32 49 23 25
Octal 162 200 75 13 0 64 62 111 43 45
Binary 1110010 10000000 111101 1011 0 110100 110010 1001001 100011 100101

Color Harmonies of #72803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72803D

Black with #72803D

Text Example


Text Example

White with #72803D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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