Html Css Color HEX #73AF69 Amulet

📋 copy color: '#73AF69'

red 115 ◦ green 175 ◦ blue 105

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

Shades of Amulet #73AF69

Tints of Amulet #73AF69

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.3%

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 29.11%
G = 44.3%
B = 26.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#73AF69 (or 0x73AF69) is known color: Amulet. HEX triplet: 73, AF and 69. RGB value is (115,175,105). Sum of RGB (Red+Green+Blue) = 115+175+105=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73AF69 is #8C5096. Grayscale: #959595. Windows color (decimal): -9195671 or 6926195. OLE color: 6926195.

HSL color Cylindrical-coordinate representation of color #73AF69: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73AF69 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 105 -
CMYK 0.34 0 0.40 0.31
HSL 111.43º 0.3% 0.55% -
HSV(B) 111.43º 0.4% 0.69% -
XYZ 24.95 35.32 18.87 -
YUV 149.08 103.12 103.69 -
System Red Green Blue C M Y K H S L
Decimal 115 175 105 0.34 0 0.40 0.31 111.43 0.3 0.55
Hex 73 AF 69 22 0 28 1F 6F 1E 37
Octal 163 257 151 42 0 50 37 157 36 67
Binary 1110011 10101111 1101001 100010 0 101000 11111 1101111 11110 110111

Color Harmonies of #73AF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AF69

Black with #73AF69

Text Example


Text Example

White with #73AF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,175,105); }

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

background-color css

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

 a { background-color: rgb(115,175,105); }

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

border-color css

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

 span { border-color: rgb(115,175,105); }

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