Html Css Color HEX #73A242 Sushi

📋 copy color: '#73A242'

red 115 ◦ green 162 ◦ blue 66

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

Shades of Sushi #73A242

Tints of Sushi #73A242

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.23%

 BLUE value IS 66 (26.17% from 255) = 19.24%

R = 33.53%
G = 47.23%
B = 19.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#73A242 (or 0x73A242) is known color: Sushi. HEX triplet: 73, A2 and 42. RGB value is (115,162,66). Sum of RGB (Red+Green+Blue) = 115+162+66=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 162 (63.67% from 255 or 47.23% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 162 - color contains mainly: green. Hex color #73A242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A242 is #8C5DBD. Grayscale: #898989. Windows color (decimal): -9199038 or 4366963. OLE color: 4366963.

HSL color Cylindrical-coordinate representation of color #73A242: hue angle of 89.37º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73A242 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 162 66 -
CMYK 0.29 0 0.59 0.36
HSL 89.37º 0.42% 0.45% -
HSV(B) 89.37º 0.59% 0.64% -
XYZ 20.97 29.88 9.82 -
YUV 137 87.93 112.31 -
System Red Green Blue C M Y K H S L
Decimal 115 162 66 0.29 0 0.59 0.36 89.37 0.42 0.45
Hex 73 A2 42 1D 0 3B 24 59 2A 2D
Octal 163 242 102 35 0 73 44 131 52 55
Binary 1110011 10100010 1000010 11101 0 111011 100100 1011001 101010 101101

Color Harmonies of #73A242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A242

Black with #73A242

Text Example


Text Example

White with #73A242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,162,66); }

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

background-color css

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

 a { background-color: rgb(115,162,66); }

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

border-color css

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

 span { border-color: rgb(115,162,66); }

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