Html Css Color HEX #73A140 Sushi

📋 copy color: '#73A140'

red 115 ◦ green 161 ◦ blue 64

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

Shades of Sushi #73A140

Tints of Sushi #73A140

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.35%

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

R = 33.82%
G = 47.35%
B = 18.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#73A140 (or 0x73A140) is known color: Sushi. HEX triplet: 73, A1 and 40. RGB value is (115,161,64). Sum of RGB (Red+Green+Blue) = 115+161+64=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #73A140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A140 is #8C5EBF. Grayscale: #888888. Windows color (decimal): -9199296 or 4235635. OLE color: 4235635.

HSL color Cylindrical-coordinate representation of color #73A140: hue angle of 88.45º 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 #73A140 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 161 64 -
CMYK 0.29 0 0.60 0.37
HSL 88.45º 0.43% 0.44% -
HSV(B) 88.45º 0.6% 0.63% -
XYZ 20.74 29.5 9.45 -
YUV 136.19 87.26 112.89 -
System Red Green Blue C M Y K H S L
Decimal 115 161 64 0.29 0 0.60 0.37 88.45 0.43 0.44
Hex 73 A1 40 1D 0 3C 25 58 2B 2C
Octal 163 241 100 35 0 74 45 130 53 54
Binary 1110011 10100001 1000000 11101 0 111100 100101 1011000 101011 101100

Color Harmonies of #73A140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A140

Black with #73A140

Text Example


Text Example

White with #73A140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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