Html Css Color HEX #73A129 Sushi

📋 copy color: '#73A129'

red 115 ◦ green 161 ◦ blue 41

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

Shades of Sushi #73A129

Tints of Sushi #73A129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.93%

R = 36.28%
G = 50.79%
B = 12.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#73A129 (or 0x73A129) is known color: Sushi. HEX triplet: 73, A1 and 29. RGB value is (115,161,41). Sum of RGB (Red+Green+Blue) = 115+161+41=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 161 (63.28% from 255 or 50.79% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 161 - color contains mainly: green. Hex color #73A129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A129 is #8C5ED6. Grayscale: #868686. Windows color (decimal): -9199319 or 2728307. OLE color: 2728307.

HSL color Cylindrical-coordinate representation of color #73A129: hue angle of 83º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73A129 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 161 41 -
CMYK 0.29 0 0.75 0.37
HSL 83º 0.59% 0.4% -
HSV(B) 83º 0.75% 0.63% -
XYZ 20.22 29.29 6.69 -
YUV 133.57 75.76 114.76 -
System Red Green Blue C M Y K H S L
Decimal 115 161 41 0.29 0 0.75 0.37 83 0.59 0.4
Hex 73 A1 29 1D 0 4B 25 53 3B 28
Octal 163 241 51 35 0 113 45 123 73 50
Binary 1110011 10100001 101001 11101 0 1001011 100101 1010011 111011 101000

Color Harmonies of #73A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A129

Black with #73A129

Text Example


Text Example

White with #73A129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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