Html Css Color HEX #73B069 Amulet

📋 copy color: '#73B069'

red 115 ◦ green 176 ◦ blue 105

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

Shades of Amulet #73B069

Tints of Amulet #73B069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

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

R = 29.04%
G = 44.44%
B = 26.52%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#73B069 (or 0x73B069) is known color: Amulet. HEX triplet: 73, B0 and 69. RGB value is (115,176,105). Sum of RGB (Red+Green+Blue) = 115+176+105=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #73B069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B069 is #8C4F96. Grayscale: #959595. Windows color (decimal): -9195415 or 6926451. OLE color: 6926451.

HSL color Cylindrical-coordinate representation of color #73B069: hue angle of 111.55º degrees, saturation: 0.31, 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 #73B069 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 176 105 -
CMYK 0.35 0 0.40 0.31
HSL 111.55º 0.31% 0.55% -
HSV(B) 111.55º 0.4% 0.69% -
XYZ 25.15 35.72 18.93 -
YUV 149.67 102.79 103.27 -
System Red Green Blue C M Y K H S L
Decimal 115 176 105 0.35 0 0.40 0.31 111.55 0.31 0.55
Hex 73 B0 69 23 0 28 1F 70 1F 37
Octal 163 260 151 43 0 50 37 160 37 67
Binary 1110011 10110000 1101001 100011 0 101000 11111 1110000 11111 110111

Color Harmonies of #73B069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B069

Black with #73B069

Text Example


Text Example

White with #73B069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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