Html Css Color HEX #73A930 Sushi

📋 copy color: '#73A930'

red 115 ◦ green 169 ◦ blue 48

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

Shades of Sushi #73A930

Tints of Sushi #73A930

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.9%

 BLUE value IS 48 (19.14% from 255) = 14.46%

R = 34.64%
G = 50.9%
B = 14.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#73A930 (or 0x73A930) is known color: Sushi. HEX triplet: 73, A9 and 30. RGB value is (115,169,48). Sum of RGB (Red+Green+Blue) = 115+169+48=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #73A930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A930 is #8C56CF. Grayscale: #8B8B8B. Windows color (decimal): -9197264 or 3189107. OLE color: 3189107.

HSL color Cylindrical-coordinate representation of color #73A930: hue angle of 86.78º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73A930 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 169 48 -
CMYK 0.32 0 0.72 0.34
HSL 86.78º 0.56% 0.43% -
HSV(B) 86.78º 0.72% 0.66% -
XYZ 21.79 32.23 7.87 -
YUV 139.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 115 169 48 0.32 0 0.72 0.34 86.78 0.56 0.43
Hex 73 A9 30 20 0 48 22 57 38 2B
Octal 163 251 60 40 0 110 42 127 70 53
Binary 1110011 10101001 110000 100000 0 1001000 100010 1010111 111000 101011

Color Harmonies of #73A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A930

Black with #73A930

Text Example


Text Example

White with #73A930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,169,48); }

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

background-color css

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

 a { background-color: rgb(115,169,48); }

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

border-color css

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

 span { border-color: rgb(115,169,48); }

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