Html Css Color HEX #73AA68 Amulet

📋 copy color: '#73AA68'

red 115 ◦ green 170 ◦ blue 104

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

Shades of Amulet #73AA68

Tints of Amulet #73AA68

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.7%

 BLUE value IS 104 (41.02% from 255) = 26.74%

R = 29.56%
G = 43.7%
B = 26.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#73AA68 (or 0x73AA68) is known color: Amulet. HEX triplet: 73, AA and 68. RGB value is (115,170,104). Sum of RGB (Red+Green+Blue) = 115+170+104=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #73AA68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AA68 is #8C5597. Grayscale: #929292. Windows color (decimal): -9196952 or 6859379. OLE color: 6859379.

HSL color Cylindrical-coordinate representation of color #73AA68: hue angle of 110º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73AA68 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 170 104 -
CMYK 0.32 0 0.39 0.33
HSL 110º 0.28% 0.54% -
HSV(B) 110º 0.39% 0.67% -
XYZ 23.94 33.39 18.28 -
YUV 146.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 115 170 104 0.32 0 0.39 0.33 110 0.28 0.54
Hex 73 AA 68 20 0 27 21 6E 1C 36
Octal 163 252 150 40 0 47 41 156 34 66
Binary 1110011 10101010 1101000 100000 0 100111 100001 1101110 11100 110110

Color Harmonies of #73AA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AA68

Black with #73AA68

Text Example


Text Example

White with #73AA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,170,104); }

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

background-color css

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

 a { background-color: rgb(115,170,104); }

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

border-color css

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

 span { border-color: rgb(115,170,104); }

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