Html Css Color HEX #73B06B Amulet

📋 copy color: '#73B06B'

red 115 ◦ green 176 ◦ blue 107

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

Shades of Amulet #73B06B

Tints of Amulet #73B06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 28.89%
G = 44.22%
B = 26.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#73B06B (or 0x73B06B) is known color: Amulet. HEX triplet: 73, B0 and 6B. RGB value is (115,176,107). Sum of RGB (Red+Green+Blue) = 115+176+107=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #73B06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73B06B is #8C4F94. Grayscale: #969696. Windows color (decimal): -9195413 or 7057523. OLE color: 7057523.

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

Color convert

RGB 115 176 107 -
CMYK 0.35 0 0.39 0.31
HSL 113.04º 0.3% 0.55% -
HSV(B) 113.04º 0.39% 0.69% -
XYZ 25.25 35.76 19.48 -
YUV 149.9 103.79 103.11 -
System Red Green Blue C M Y K H S L
Decimal 115 176 107 0.35 0 0.39 0.31 113.04 0.3 0.55
Hex 73 B0 6B 23 0 27 1F 71 1E 37
Octal 163 260 153 43 0 47 37 161 36 67
Binary 1110011 10110000 1101011 100011 0 100111 11111 1110001 11110 110111

Color Harmonies of #73B06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B06B

Black with #73B06B

Text Example


Text Example

White with #73B06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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