Html Css Color HEX #73A040 Sushi

📋 copy color: '#73A040'

red 115 ◦ green 160 ◦ blue 64

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

Shades of Sushi #73A040

Tints of Sushi #73A040

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.2%

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 33.92%
G = 47.2%
B = 18.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#73A040 (or 0x73A040) is known color: Sushi. HEX triplet: 73, A0 and 40. RGB value is (115,160,64). Sum of RGB (Red+Green+Blue) = 115+160+64=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #73A040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A040 is #8C5FBF. Grayscale: #878787. Windows color (decimal): -9199552 or 4235379. OLE color: 4235379.

HSL color Cylindrical-coordinate representation of color #73A040: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73A040 is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 160 64 -
CMYK 0.28 0 0.6 0.37
HSL 88.13º 0.43% 0.44% -
HSV(B) 88.13º 0.6% 0.63% -
XYZ 20.57 29.16 9.39 -
YUV 135.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 115 160 64 0.28 0 0.6 0.37 88.13 0.43 0.44
Hex 73 A0 40 1C 0 3C 25 58 2B 2C
Octal 163 240 100 34 0 74 45 130 53 54
Binary 1110011 10100000 1000000 11100 0 111100 100101 1011000 101011 101100

Color Harmonies of #73A040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A040

Black with #73A040

Text Example


Text Example

White with #73A040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73A040; }

 p { color: rgb(115,160,64); }

 H1.HeaderClassName
 {
   color: #73A040;
 }
 .AnyTagClassName
 {
   color: #73A040;
 }
</style>

background-color css

<style>
 a { background-color: #73A040; }

 a { background-color: rgb(115,160,64); }

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

border-color css

<style>
 span { border-color: #73A040; }

 span { border-color: rgb(115,160,64); }

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