Html Css Color HEX #72833B Wasabi

📋 copy color: '#72833B'

red 114 ◦ green 131 ◦ blue 59

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

Shades of Wasabi #72833B

Tints of Wasabi #72833B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

 BLUE value IS 59 (23.44% from 255) = 19.41%

R = 37.5%
G = 43.09%
B = 19.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#72833B (or 0x72833B) is known color: Wasabi. HEX triplet: 72, 83 and 3B. RGB value is (114,131,59). Sum of RGB (Red+Green+Blue) = 114+131+59=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #72833B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72833B is #8D7CC4. Grayscale: #757575. Windows color (decimal): -9272517 or 3900274. OLE color: 3900274.

HSL color Cylindrical-coordinate representation of color #72833B: hue angle of 74.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72833B is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 131 59 -
CMYK 0.13 0 0.55 0.49
HSL 74.17º 0.38% 0.37% -
HSV(B) 74.17º 0.55% 0.51% -
XYZ 15.85 20.13 7.19 -
YUV 117.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 114 131 59 0.13 0 0.55 0.49 74.17 0.38 0.37
Hex 72 83 3B D 0 37 31 4A 26 25
Octal 162 203 73 15 0 67 61 112 46 45
Binary 1110010 10000011 111011 1101 0 110111 110001 1001010 100110 100101

Color Harmonies of #72833B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72833B

Black with #72833B

Text Example


Text Example

White with #72833B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72833B; }

 p { color: rgb(114,131,59); }

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

background-color css

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

 a { background-color: rgb(114,131,59); }

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

border-color css

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

 span { border-color: rgb(114,131,59); }

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